mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 12:44:20 +00:00
29 lines
552 B
Text
29 lines
552 B
Text
|
; 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=4
|
||
|
|
||
|
[application]
|
||
|
|
||
|
config/name="LD50"
|
||
|
run/main_scene="res://src/MainMenu.tscn"
|
||
|
config/icon="res://src/icon.png"
|
||
|
|
||
|
[display]
|
||
|
|
||
|
window/size/width=1280
|
||
|
window/size/height=720
|
||
|
|
||
|
[physics]
|
||
|
|
||
|
common/enable_pause_aware_picking=true
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
environment/default_environment="res://src/default_env.tres"
|