2019-10-24 03:26:15 -04:00
|
|
|
; 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
|
|
|
|
|
|
|
|
_global_script_classes=[ ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2019-11-29 11:05:56 -05:00
|
|
|
config/name="City Limits"
|
|
|
|
run/main_scene="res://world.tscn"
|
2019-10-24 03:26:15 -04:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2019-11-29 12:55:48 -05:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
window/stretch/aspect="keep"
|
|
|
|
|
2019-10-24 03:26:15 -04:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://default_env.tres"
|