diff options
author | quou <quou@disroot.org> | 2023-05-07 09:37:45 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 09:37:45 +1000 |
commit | 40eb179043b77f011fb1048c386ee187f64569d0 (patch) | |
tree | ebae794ec0b3b8851b8c29119ada06555f49d4b6 /game_config.h | |
parent | 47e7976922f5c17505c7c5a3377c3735649e3dcc (diff) |
Add waves and some more polish.
Diffstat (limited to 'game_config.h')
-rw-r--r-- | game_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game_config.h b/game_config.h index 5094cf8..4e955a9 100644 --- a/game_config.h +++ b/game_config.h @@ -4,6 +4,7 @@ #define player_move_speed (3 << fbits) #define player_bullet_speed (10 << fbits) #define player_max_hp 3 +#define player_invul_frames 50 #define skull_hp 3 #define skull_speed (1 << fbits) |