X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdefines.h;h=c2c71a7e115f2d58aa821261fe19af2315007bc6;hb=37f463fdfe74340a06c8510b4dc04c46a5a1ccbf;hp=7d9173f39a4f908950a7629c7964c3d830e7fbb1;hpb=63934f5f4c15f059c9b60499575870ebb7c923a0;p=supertux.git diff --git a/src/defines.h b/src/defines.h index 7d9173f39..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,7 +65,12 @@ enum DyingType { #define RUN_SPEED 1.5 #define JUMP_SPEED 1.2 -#define GRAVITY 1.0 +/* gameplay related defines */ + +#define START_LIVES 4 + +#define MAX_BULLETS 2 + #define YM_FOR_JUMP 6.0 #define WALK_ACCELERATION_X 0.03 #define RUN_ACCELERATION_X 0.04 @@ -85,6 +85,9 @@ enum DyingType { #define LEVEL_WIDTH 375 +/* Timing constants (in ms): */ + +#define KICKING_TIME 200 /* Debugging */