mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
input things
This commit is contained in:
parent
7e159502a1
commit
ca30d750b2
|
@ -4,5 +4,5 @@ MACRO_CONFIG_STR(player_name, 32, "nameless tee")
|
|||
MACRO_CONFIG_INT(key_move_left, 65, 32, 512)
|
||||
MACRO_CONFIG_INT(key_move_right, 68, 32, 512)
|
||||
MACRO_CONFIG_INT(key_jump, 32, 32, 512)
|
||||
MACRO_CONFIG_INT(key_fire, 33, 32, 512)
|
||||
MACRO_CONFIG_INT(key_hook, 34, 32, 512)
|
||||
MACRO_CONFIG_INT(key_fire, 384, 32, 512)
|
||||
MACRO_CONFIG_INT(key_hook, 385, 32, 512)
|
||||
|
|
Loading…
Reference in a new issue