add cannon - no projectiles, no control button
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user