AutoChessGame/project.godot

29 lines
569 B
Plaintext
Raw Normal View History

2025-04-14 17:18:46 +02:00
; 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="AutoChessProject"
config/features=PackedStringArray("4.4", "Mobile")
2025-04-14 17:38:13 +02:00
config/icon="uid://dtfbcvhcdhgl0"
2025-04-14 17:18:46 +02:00
2025-04-14 17:28:19 +02:00
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
2025-04-14 17:18:46 +02:00
[dotnet]
project/assembly_name="AutoChessProject"
[rendering]
renderer/rendering_method="mobile"