2017-07-29 13:19:06 +01:00
|
|
|
[application]
|
|
|
|
|
|
|
|
name="ld-39"
|
2017-07-29 15:49:55 +01:00
|
|
|
main_scene="res://Game.tscn"
|
2017-07-29 13:19:06 +01:00
|
|
|
icon="res://icon.png"
|
2017-07-29 15:49:55 +01:00
|
|
|
|
2017-08-13 00:32:41 +01:00
|
|
|
[audio]
|
|
|
|
|
|
|
|
stream_buffering_ms=100
|
|
|
|
|
2017-07-29 15:49:55 +01:00
|
|
|
[input]
|
|
|
|
|
2017-07-30 19:11:15 +01:00
|
|
|
player_attack_secondary=[mbutton(0, 2)]
|
2017-07-30 19:46:44 +01:00
|
|
|
player_switch_up=[mbutton(0, 4)]
|
|
|
|
player_switch_down=[mbutton(0, 5)]
|
2017-07-29 15:49:55 +01:00
|
|
|
player_move_forwards=[key(Up), key(W), jaxis(0, 2)]
|
|
|
|
player_move_backwards=[key(S), key(Down), jaxis(0, 3)]
|
2017-07-30 19:11:15 +01:00
|
|
|
player_attack_primary=[mbutton(0, 1)]
|
2017-07-29 15:49:55 +01:00
|
|
|
player_move_left=[key(A), key(Left)]
|
|
|
|
player_move_right=[key(D), key(Right)]
|