39 lines
754 B
Plaintext
39 lines
754 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=4
|
|
|
|
[application]
|
|
|
|
config/name="Travesty"
|
|
run/main_scene="res://Tank/Tank.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
window/size/width=1920
|
|
window/size/height=1080
|
|
window/size/resizable=false
|
|
window/stretch/mode="2d"
|
|
window/stretch/aspect="keep"
|
|
|
|
[layer_names]
|
|
|
|
2d_physics/layer_2="Fish"
|
|
2d_physics/layer_3="Tank"
|
|
2d_physics/layer_4="Surface"
|
|
2d_physics/layer_5="Hazards"
|
|
|
|
[physics]
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://default_env.tres"
|