31 lines
724 B
Plaintext
31 lines
724 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="The Tower"
|
|
config/description="A surreal first-person exploration game where you navigate a mysterious and reality-breaking tower jutting out from the slums of the earth.
|
|
|
|
Credits:
|
|
- Shea Frembling
|
|
- Andrew Chen
|
|
- Jaci Prachyl"
|
|
config/version="0.1.0"
|
|
config/features=PackedStringArray("4.6", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[physics]
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
|
|
[rendering]
|
|
|
|
rendering_device/driver.windows="d3d12"
|