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
+3
View File
@@ -15,6 +15,9 @@ Command :: struct {
}
gather_commands :: proc(world: ^World) -> Command {
ui_cmd := overlay_ui_command(world)
if ui_cmd.kind != .None do return ui_cmd
if world.phase == .Build && rl.IsKeyPressed(.N) {
return Command{kind = .Start_Wave}
}