add ice towers - no projectiles, no button
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user