citylimits/project.godot

45 lines
1.4 KiB
Text
Raw Normal View History

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]
config/name="City Limits"
2020-04-07 05:08:05 -04:00
run/main_scene="res://src/world.tscn"
2019-10-24 03:26:15 -04:00
config/icon="res://icon.png"
[autoload]
2020-04-07 05:08:05 -04:00
bank="*res://src/autoload/bank.gd"
[display]
window/stretch/mode="2d"
window/stretch/aspect="keep"
[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"