codename-scribe/engine.cfg

16 lines
295 B
INI
Raw Permalink Normal View History

2017-06-22 14:31:10 +01:00
[application]
name="Scribe"
main_scene="res://Game.tscn"
2017-06-22 14:31:10 +01:00
icon="res://icon.png"
[input]
move_slow=[key(Shift)]
attack_secondary=[mbutton(0, 2)]
move_up=[key(W), key(Up)]
move_down=[key(Down), key(S)]
move_left=[key(Left), key(A)]
move_right=[key(Right), key(D)]
attack_primary=[mbutton(0, 1)]