Skip to content

Commit

Permalink
godot compile: enable deprecated & advanced gui
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-dujardin committed Aug 25, 2024
1 parent cc5ec0e commit f14468e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/godot/debug_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
dlink_enabled = "yes"
disable_3d = "yes"
optimize = "size"
disable_advanced_gui = "yes"
deprecated = "no"
disable_advanced_gui = "no" # Needed for OptionButton
deprecated = "yes" # Needed for gdext in godot 4.3, for now
minizip = "no"
brotli = "no"
vulkan = "no"
Expand Down
4 changes: 2 additions & 2 deletions deploy/godot/release_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
dlink_enabled = "yes"
disable_3d = "yes"
optimize = "size"
disable_advanced_gui = "yes"
deprecated = "no"
disable_advanced_gui = "no" # Needed for OptionButton
deprecated = "yes" # Needed for gdext in godot 4.3, for now
minizip = "no"
brotli = "no"
vulkan = "no"
Expand Down

0 comments on commit f14468e

Please sign in to comment.