Files
You-Are-A-CEO/project.godot
2026-07-25 16:42:49 +02:00

35 lines
699 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="your are an ai ceo"
run/main_scene="uid://b2rl7r8oav3hy"
config/features=PackedStringArray("4.7", "C#", "Forward Plus")
config/icon="res://icon.svg"
[display]
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[dotnet]
project/assembly_name="your are an ai ceo"
[physics]
2d/run_on_separate_thread=true
3d/physics_engine="Jolt Physics"
[rendering]
rendering_device/driver.windows="d3d12"