From 4ff49696fa9736875eceb2e1cc3e83b1ccfaf001 Mon Sep 17 00:00:00 2001 From: Eneko Nieto Date: Tue, 16 Sep 2025 23:42:48 +0200 Subject: [PATCH] feat(godot4.5): enable debug in production releases --- project.godot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 61074b15..f01284f0 100644 --- a/project.godot +++ b/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="Las gymkhanikas de Uli" config/description="¡Una emocionante y trepidante aventura!" run/main_scene="res://addons/escoria-core/game/main_scene.tscn" -config/features=PackedStringArray("4.4") +config/features=PackedStringArray("4.5") boot_splash/bg_color=Color(0, 0, 0, 1) boot_splash/fullsize=false boot_splash/use_filter=false @@ -29,6 +29,11 @@ buses/default_bus_layout="res://addons/escoria-core/buses/default_bus_layout.tre escoria="*res://addons/escoria-core/game/esc_autoload.gd" gymkhana="*res://addons/escoria-ui-return-monkey-island/GymkhanaAutoload.gd" +[debug] + +settings/gdscript/always_track_call_stacks=true +settings/gdscript/always_track_local_variables=true + [display] window/size/viewport_width=1280