12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
; Godot project configuration.
|
|
; Minimal skeleton — open in Godot 4.7 to flesh out.
|
|
; Docs: https://docs.godotengine.org/en/stable/tutorials/editor/project_settings.html
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="coc-rpg"
|
|
config/description="AI-driven single-player party RPG. Code owns state. AI owns text."
|
|
config/features=PackedStringArray("4.7")
|