Recalculate aim guide after ceiling drop
parent
8578bb8877
commit
b04fee6d61
3
main.lua
3
main.lua
|
|
@ -480,6 +480,9 @@ function love.update(dt)
|
||||||
if game.ceiling_drop_tween.t == game.ceiling_drop_tween.d then
|
if game.ceiling_drop_tween.t == game.ceiling_drop_tween.d then
|
||||||
game.ceiling_drop_tween = nil
|
game.ceiling_drop_tween = nil
|
||||||
end
|
end
|
||||||
|
if game.show_aim_guide then
|
||||||
|
generate_aim_guide(love.mouse:getX(), love.mouse:getY())
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if game.next_bubble and
|
if game.next_bubble and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue