From fffacf35c513922b96194e80b275eae86e8d91b2 Mon Sep 17 00:00:00 2001 From: Joywayer Date: Wed, 22 Jul 2026 10:15:27 +0800 Subject: [PATCH] =?UTF-8?q?4.7=E7=89=88=E6=9C=AC=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.godot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 24a8783..7e2def0 100644 --- a/project.godot +++ b/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="Rogue" config/version="1.0.0" run/main_scene="res://scenes/ui/splash.tscn" -config/features=PackedStringArray("4.6") +config/features=PackedStringArray("4.7") config/icon="uid://cijti2dnr4abk" [autoload] @@ -55,6 +55,9 @@ SettingsManager="*res://scripts/autoloads/settings_manager.gd" AudioManager="*res://scripts/autoloads/audio_manager.gd" SceneManager="*res://scripts/autoloads/scene_manager.gd" MetaProgress="*res://scripts/autoloads/meta_progress.gd" +MCPScreenshot="*res://addons/godot_mcp/mcp_screenshot_service.gd" +MCPInputService="*res://addons/godot_mcp/mcp_input_service.gd" +MCPGameInspector="*res://addons/godot_mcp/mcp_game_inspector_service.gd" [dotnet]