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]
|
|
|
|
|
|
|
|
run/main_scene="res://player.tscn"
|
|
|
|
|
|
|
|
[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" ]
|
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
ui_accept={
|
|
|
|
"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":16777221,"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":16777222,"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":32,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_select={
|
|
|
|
"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":32,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_cancel={
|
|
|
|
"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)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":1,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_focus_next={
|
|
|
|
"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":16777218,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_focus_prev={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777218,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_left={
|
|
|
|
"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":16777231,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_right={
|
|
|
|
"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":16777233,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_up={
|
|
|
|
"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":16777232,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_down={
|
|
|
|
"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":16777234,"unicode":0,"echo":false,"script":null)
|
|
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_page_up={
|
|
|
|
"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":16777235,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_page_down={
|
|
|
|
"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":16777236,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_home={
|
|
|
|
"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":16777229,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
ui_end={
|
|
|
|
"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":16777230,"unicode":0,"echo":false,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2019-09-02 16:54:39 +00:00
|
|
|
default_environment=false
|
|
|
|
|
|
|
|
[input map]
|
|
|
|
|
|
|
|
custom_font=false
|