add ice towers - no projectiles, no button

This commit is contained in:
2026-06-23 10:14:11 -07:00
parent 0815530717
commit e660ce611b
4 changed files with 37 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ gather_commands :: proc(world: ^World) -> Command {
if rl.IsKeyPressed(.ONE) do world.selected_tower = .Archer
if rl.IsKeyPressed(.TWO) do world.selected_tower = .Cannon
if rl.IsKeyPressed(.THREE) do world.selected_tower = .Ice
if world.phase == .Build && rl.IsKeyPressed(.N) {
return Command{kind = .Start_Wave}
}