add cannon - no projectiles, no control button

This commit is contained in:
2026-06-23 00:39:18 -07:00
parent fcfd1e95d8
commit 0815530717
3 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ poll_controls_command :: proc(world: ^World) -> Command {
draw_archer_button :: proc(world: ^World, archer: rl.Rectangle) {
arch := get_archetype(.Archer)
mouse := game_mouse()
mouse := rl.GetMousePosition()
arch_bg := CONTROLS_SHOP_IDLE
if world.selected_tower == .Archer do arch_bg = CONTROL_SHOP_SELECTED