mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
9 lines
296 B
C
9 lines
296 B
C
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, 384, 32, 512)
|
|
MACRO_CONFIG_INT(key_hook, 385, 32, 512)
|
|
|
|
MACRO_CONFIG_INT(scorelimit, 20, 0, 1000)
|
|
MACRO_CONFIG_INT(timelimit, 0, 0, 1000)
|