From 5b615cb1a936a9ea994ea338e2b109f2ca8c49c0 Mon Sep 17 00:00:00 2001 From: lightyears Date: Fri, 2 Jun 2023 00:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=BB=E5=BA=A6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + CMSGame.csproj | 2 +- Properties/launchSettings.json | 9 +++++++++ Scenes/MainScene.tscn | 2 +- export_presets.cfg | 1 - 5 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index 8dad91c..70364ff 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ .vs # Temporary files +Temp .mono *.old diff --git a/CMSGame.csproj b/CMSGame.csproj index 8339014..98b37bb 100644 --- a/CMSGame.csproj +++ b/CMSGame.csproj @@ -1,4 +1,4 @@ - + net7.0 true diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..9db68ed --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "CMSGame": { + "commandName": "Executable", + "executablePath": "C:\\Users\\light\\AppData\\Local\\Programs\\Godot\\Godot_v4.0.2-stable_mono_win64\\Godot_v4.0.2-stable_mono_win64.exe", + "workingDirectory": "." + } + } +} \ No newline at end of file diff --git a/Scenes/MainScene.tscn b/Scenes/MainScene.tscn index a7a5d3b..cd84027 100644 --- a/Scenes/MainScene.tscn +++ b/Scenes/MainScene.tscn @@ -36,7 +36,7 @@ grow_vertical = 2 [node name="ContinueButton" type="Button" parent="GameMenu"] layout_mode = 2 -text = "继续游戏" +text = "战斗场景 Demo 1 (第3版)" [node name="StartButton" type="Button" parent="GameMenu"] layout_mode = 2 diff --git a/export_presets.cfg b/export_presets.cfg index c9a8531..14eb1cc 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -25,7 +25,6 @@ texture_format/bptc=false texture_format/s3tc=true texture_format/etc=false texture_format/etc2=false -texture_format/no_bptc_fallbacks=true binary_format/architecture="x86_64" codesign/enable=false codesign/identity_type=0