This repository has been archived on 2023-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
GOA/godot/project.godot

31 lines
659 B
Plaintext
Raw Permalink Normal View History

2023-09-23 10:28:37 +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="God of AI"
run/main_scene="res://UI.tscn"
2023-09-23 10:42:36 +02:00
config/features=PackedStringArray("4.1", "C#", "GL Compatibility")
2023-09-23 10:28:37 +02:00
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
[dotnet]
project/assembly_name="God of AI"
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"