빈 고도 프로젝트 추가

This commit is contained in:
2025-02-09 21:55:20 +09:00
parent 32c0c56d44
commit a191b79356
5 changed files with 66 additions and 0 deletions

23
project.godot Normal file
View File

@@ -0,0 +1,23 @@
; 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="MobagePrototype"
config/features=PackedStringArray("4.3", "Mobile")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="MobagePrototype"
[rendering]
renderer/rendering_method="mobile"