add a start wave button

This commit is contained in:
2026-06-18 01:31:06 -07:00
parent d44e9501f5
commit 54b10f000b
4 changed files with 32 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@ render_hud :: proc(world: ^World) {
switch world.phase {
case .Build:
rl.DrawText("Build - click towers, N = start wave", 10, 98, 22, rl.BLACK)
case .Combat:
rl.DrawText("Combat!", 10, 98, 22, rl.MAROON)
case .Game_Over: