|
@@ -0,0 +1,101 @@
|
|
|
+; 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="Device Changer"
|
|
|
+run/main_scene="res://Control.tscn"
|
|
|
+config/icon="res://icon.png"
|
|
|
+
|
|
|
+[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)
|
|
|
+ ]
|
|
|
+}
|
|
|
+
|
|
|
+[rendering]
|
|
|
+
|
|
|
+environment/default_environment="res://default_env.tres"
|