adjustable wave size with debug parameter "mat_wave_size"

This commit is contained in:
2026-08-27 20:36:00 +03:00
parent 02f3e283de
commit 550bf2c5ad
3 changed files with 21 additions and 6 deletions
+1
View File
@@ -101,6 +101,7 @@ func _register_all() -> void:
# Wave system: matadors enter the arena in escalating waves (1 → 2 → … → N where N
# is the number of placed spawn points). mat_spawn_stagger is the delay between each
# matador leaping in within a wave; mat_wave_pause is the breather after a wave clears.
_reg_f("Matador", "mat_wave_size", 8.0, 1, 50)
_reg_f("Matador", "mat_spawn_stagger", 0.4, 0.0, 3.0, 0.05)
_reg_f("Matador", "mat_wave_pause", 2.0, 0.0, 8.0, 0.25)
_reg_f("Matador", "mat_walk_speed", 5.5, 0.5, 10.0)