2024-10-05 10:39:19 +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=5
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="LD56"
|
|
|
|
run/main_scene="res://game.tscn"
|
|
|
|
config/features=PackedStringArray("4.3", "Forward Plus")
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
2024-10-05 15:57:40 +00:00
|
|
|
enabled=PackedStringArray()
|
2024-10-05 10:39:19 +00:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
A={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
B={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-10-05 15:57:40 +00:00
|
|
|
X={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
Y={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":3,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
2024-10-06 12:18:16 +00:00
|
|
|
LEFT={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":13,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
RIGHT={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":14,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
UP={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":11,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|
|
|
|
DOWN={
|
|
|
|
"deadzone": 0.5,
|
|
|
|
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":12,"pressure":0.0,"pressed":true,"script":null)
|
|
|
|
]
|
|
|
|
}
|