From 8a4cd7627e78d87b44c52bf53786c6891ded6866 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 15 Jul 2007 10:47:50 +0000 Subject: added score and time limit. cleaned up the code aswell abit --- src/game/game_variables.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/game_variables.h') diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 4414d5f2..8775074e 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -3,5 +3,6 @@ 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(key_fire, 'E', 32, 512) -//MACRO_CONFIG_INT(key_hook, 'Q', 32, 512) + +MACRO_CONFIG_INT(scorelimit, 20, 0, 1000) +MACRO_CONFIG_INT(timelimit, 0, 0, 1000) -- cgit 1.4.1