init basic signal player chinese chess game

This commit is contained in:
ZZY
2024-06-15 18:07:20 +08:00
commit 9ba2e1af6b
71 changed files with 2752 additions and 0 deletions

33
project.godot Normal file
View File

@ -0,0 +1,33 @@
; 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="Chinese_Chess"
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.2", "C#", "Mobile")
config/icon="res://Asserts/icon.svg"
[display]
window/size/viewport_width=720
window/size/viewport_height=1280
window/size/always_on_top=true
window/stretch/mode="viewport"
window/handheld/orientation=1
[dotnet]
project/assembly_name="Chinese_Chess"
[rendering]
renderer/rendering_method="mobile"
textures/vram_compression/import_etc2_astc=true