aboutsummaryrefslogtreecommitdiff
path: root/game_config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 12:53:46 +1000
committerquou <quou@disroot.org>2023-05-07 12:54:06 +1000
commit5f341eacdf0d75a4b334969a2d8a4701d61e4d9e (patch)
treeee3a4c44b92e975530e1e6fed18c8852a6f70a93 /game_config.h
parent5ef6a71e935e2c3d1e5f9828e8cdbd78403a06a0 (diff)
Add waves and stuff.
Diffstat (limited to 'game_config.h')
-rw-r--r--game_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/game_config.h b/game_config.h
index 3b0f9d3..d0adbac 100644
--- a/game_config.h
+++ b/game_config.h
@@ -6,13 +6,13 @@
#define player_max_hp 3
#define player_invul_frames 50
-#define enemy_hit_frames 10
-
#define skull_hp 3
#define skull_speed (1 << fbits)
#define skull_shoot_cooldown 15
#define enemy_bullet_speed 10
+#define enemy_hit_frames 10
+#define enemy_min_distance (10 << fbits)
#define map_width 32
#define map_height 32