TestingGodot/project.godot
Mika Westphal 55b35d1ae0 Init
2023-02-14 14:50:44 +01:00

28 lines
603 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="Testing"
run/main_scene="res://Map.tscn"
config/features=PackedStringArray("4.0", "C#", "Forward Plus")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=3840
window/size/viewport_height=2160
window/stretch/mode="viewport"
window/stretch/aspect="ignore"
[dotnet]
project/assembly_name="Testing"