chinese_chess/project.godot
ZZY b27abb55a2 build(project): 更新项目配置和代码结构
- 升级 Godot.NET.Sdk 版本至 4.4.0
- 更新场景文件中的资源引用方式
- 调整部分代码逻辑和数据结构
- 更新项目配置文件
2025-04-21 21:49:03 +08:00

42 lines
791 B
Plaintext

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="ChessGame"
config/version="0.0.6"
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.4", "C#", "Mobile")
config/icon="uid://c0wpthj7y1ayp"
[autoload]
Global="*res://Scripts/Global.cs"
[display]
window/size/viewport_width=720
window/size/viewport_height=1280
window/stretch/mode="viewport"
window/handheld/orientation=1
[dotnet]
project/assembly_name="ChessGame"
[navigation]
2d/name_localized={}
2d/version="0.0."
[rendering]
textures/vram_compression/import_etc2_astc=true