diff options
author | quou <quou@disroot.org> | 2023-05-06 09:02:04 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-06 09:02:04 +1000 |
commit | 2ab411c4b8855d11d48454a93262e8eae3ba7fc7 (patch) | |
tree | e608ebd0bea71570be0a3619f9848f975669e5ef /game_config.h | |
parent | fb104368dd33b66e0575dcc0327cbae7046a4e1e (diff) |
Menus, game over, dying, etc.
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 0c97a8d..b2d569f 100644 --- a/game_config.h +++ b/game_config.h @@ -3,6 +3,7 @@ #define player_move_speed (3 << fbits) #define player_bullet_speed (10 << fbits) +#define player_max_hp 3 #define skull_hp 3 #define skull_speed (1 << fbits) |