轻度更新

master
lightyears 2 years ago
parent 92772be9d1
commit 5b615cb1a9
Signed by: lightyears
GPG Key ID: 98D80DDF26D4F2F9

1
.gitignore vendored

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

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

@ -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": "."
}
}
}

@ -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

@ -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

Loading…
Cancel
Save