diff --git a/main.lua b/main.lua index c3e05cd..e62349a 100644 --- a/main.lua +++ b/main.lua @@ -480,6 +480,9 @@ function love.update(dt) if game.ceiling_drop_tween.t == game.ceiling_drop_tween.d then game.ceiling_drop_tween = nil end + if game.show_aim_guide then + generate_aim_guide(love.mouse:getX(), love.mouse:getY()) + end end if game.next_bubble and