This commit is contained in:
2026-07-25 16:42:49 +02:00
commit a83fa69c29
25 changed files with 408 additions and 0 deletions

34
project.godot Normal file
View File

@@ -0,0 +1,34 @@
; 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"