From a7aab5dfb50391657556b1b004de72ea12e006b0 Mon Sep 17 00:00:00 2001 From: Eneko Nieto Date: Mon, 4 Aug 2025 13:34:11 +0200 Subject: [PATCH] fix: add debug/perform_script_analysis_at_runtime setting to project.godot --- .../rtmi_cursor_manager.gd | 2 +- project.godot | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/addons/escoria-ui-return-monkey-island/rtmi_cursor_manager.gd b/addons/escoria-ui-return-monkey-island/rtmi_cursor_manager.gd index 1d2b2dea..9147413b 100644 --- a/addons/escoria-ui-return-monkey-island/rtmi_cursor_manager.gd +++ b/addons/escoria-ui-return-monkey-island/rtmi_cursor_manager.gd @@ -5,4 +5,4 @@ func set_cursor(texture: Texture) -> void: func clear_cursor(): Input.set_custom_mouse_cursor(null) - escoria.action_manager.clear_current_tool() \ No newline at end of file + escoria.action_manager.clear_current_tool() diff --git a/project.godot b/project.godot index 9d719382..0e021d2d 100644 --- a/project.godot +++ b/project.godot @@ -80,7 +80,7 @@ platform/skip_cache=false platform/skip_cache.mobile=true sound/speech_enabled=1 ui/tooltip_follows_mouse=false -main/escoria_version="" +ui/dialogs_chooser="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_options_chooser.gd" ui/default_dialog_scene="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_player.gd" main/action_default_script="res://action_defaults.esc" rtmi_dialog_simple/text_speed_per_character=0.1 @@ -93,10 +93,17 @@ rtmi_dialog_simple/clear_text_by_click_only=false rtmi_dialog_simple/reading_speed_in_wpm=200 rtmi_dialog_simple/left_click_action="Speed up" rtmi_dialog_simple/stop_talking_animation_on="End of audio" -debug/enable_hover_stack_viewer=false -ui/dialogs_chooser="res://addons/escoria-core/game/scenes/dialogs/esc_dialog_options_chooser.gd" rtmi_ui/sound_library_folder="res://gymkhana/sounds/" rtmi_ui/savegame_enabled=true +debug/enable_hover_stack_viewer=false +main/escoria_version="4.0-alpha" +debug/perform_script_analysis_at_runtime=true + +[file_customization] + +folder_colors={ +"res://game/rooms/": "teal" +} [input]