create combat banner

This commit is contained in:
2026-06-20 21:12:52 -07:00
parent 1a18c42b9e
commit 195b94076b
3 changed files with 29 additions and 5 deletions
-1
View File
@@ -10,7 +10,6 @@ render_hud :: proc(world: ^World) {
switch world.phase {
case .Build:
case .Combat:
rl.DrawText("Combat!", 10, 98, 22, rl.MAROON)
case .Game_Over:
rl.DrawText("GAME_OVER", 260, 280, 40, rl.RED)
case .Victory: