X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdefines.h;h=c2c71a7e115f2d58aa821261fe19af2315007bc6;hb=37f463fdfe74340a06c8510b4dc04c46a5a1ccbf;hp=aec1e3bab1a09f95a841e21477a165d1dcf44c63;hpb=cc2ed37f87e82c31a6787be14461c402a90434f1;p=supertux.git diff --git a/src/defines.h b/src/defines.h index aec1e3bab..c2c71a7e1 100644 --- a/src/defines.h +++ b/src/defines.h @@ -48,11 +48,6 @@ enum DyingType { DYING_FALLING = 2 }; -/* Hurt modes: */ - -#define KILL 0 -#define SHRINK 1 - /* Sizes: */ #define SMALL 0 @@ -70,9 +65,12 @@ enum DyingType { #define RUN_SPEED 1.5 #define JUMP_SPEED 1.2 -#define MAX_BULLETS 1 +/* gameplay related defines */ + +#define START_LIVES 4 + +#define MAX_BULLETS 2 -#define GRAVITY 1.0 #define YM_FOR_JUMP 6.0 #define WALK_ACCELERATION_X 0.03 #define RUN_ACCELERATION_X 0.04 @@ -87,6 +85,9 @@ enum DyingType { #define LEVEL_WIDTH 375 +/* Timing constants (in ms): */ + +#define KICKING_TIME 200 /* Debugging */