about summary refs log tree commit diff
path: root/src/engine/config_define.h
blob: 0b1fed7e7c11df96d626a3052f68128842c6be26 (plain)
1
2
3
4
5
6
7
8
MACRO_CONFIG_INT(screen_width, 800, 0, 0)
MACRO_CONFIG_INT(screen_height, 600, 0, 0)
MACRO_CONFIG_STR(player_name, 32, "nameless tee")
MACRO_CONFIG_INT(key_move_left, 65, 32, 127)
MACRO_CONFIG_INT(key_move_right, 68, 32, 127)
MACRO_CONFIG_INT(key_jump, 32, 32, 127)
MACRO_CONFIG_INT(key_fire, 33, 32, 127)
MACRO_CONFIG_INT(key_hook, 34, 32, 127)