Compare commits

..

No commits in common. 'c86f217ee06c0dab0271c9fac1b3637951cc734c' and '92772be9d1b43dcef39238e4671effdb86c2f320' have entirely different histories.

@ -8,3 +8,5 @@ charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
dotnet_diagnostic.CA1822.severity = none ; Mark members as static

1
.gitignore vendored

@ -6,6 +6,5 @@
.vs
# Temporary files
Temp
.mono
*.old

@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.0.3">
<Project Sdk="Godot.NET.Sdk/4.0.2">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>

@ -1,9 +0,0 @@
{
"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": "."
}
}
}

@ -36,7 +36,7 @@ grow_vertical = 2
[node name="ContinueButton" type="Button" parent="GameMenu"]
layout_mode = 2
text = "战斗场景 Demo 1 第3版"
text = "继续游戏"
[node name="StartButton" type="Button" parent="GameMenu"]
layout_mode = 2

@ -25,6 +25,7 @@ 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

Loading…
Cancel
Save