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"
|
2020-06-11 00:05:09 -04:00
|
|
|
run/main_scene="res://scenes/titlescreen.tscn"
|
2019-10-24 03:26:15 -04:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2019-11-29 14:24:25 -05:00
|
|
|
[autoload]
|
|
|
|
|
2020-06-11 00:05:09 -04:00
|
|
|
CityData="*res://scripts/autoload/citydata.gd"
|
2019-11-29 14:24:25 -05:00
|
|
|
|
2019-11-29 12:55:48 -05:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
window/stretch/aspect="keep"
|
|
|
|
|
2019-11-29 14:24:25 -05:00
|
|
|
[input]
|
|
|
|
|
|
|
|
ui_cheats={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777238,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":67,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
2019-10-24 03:26:15 -04:00
|
|
|
[rendering]
|
|
|
|
|
2020-04-07 05:08:05 -04:00
|
|
|
quality/driver/driver_name="GLES2"
|
2019-10-24 03:26:15 -04:00
|
|
|
environment/default_environment="res://default_env.tres"
|