2019-09-02 12:04:45 +00: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={
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2019-09-02 16:54:39 +00:00
|
|
|
[application]
|
|
|
|
|
2019-09-03 13:46:45 +00:00
|
|
|
run/main_scene="res://main.tscn"
|
2019-09-02 16:54:39 +00:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
2019-09-02 17:56:56 +00:00
|
|
|
Globals="*res://Globals.gd"
|
2019-09-02 16:54:39 +00:00
|
|
|
|
2018-05-26 14:16:30 +00:00
|
|
|
[editor_plugins]
|
2019-09-02 12:04:45 +00:00
|
|
|
|
|
|
|
enabled=[ "accessibility" ]
|
2019-09-05 14:01:20 +00:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
speak_coordinates={
|
|
|
|
"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":67,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
speak_heading={
|
|
|
|
"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":72,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
stop_speech={
|
|
|
|
"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)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
quit={
|
|
|
|
"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":16777217,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|