Recalculate aim guide after ceiling drop

This commit is contained in:
2022-02-12 09:30:13 +07:00
parent 8578bb8877
commit b04fee6d61
+3
View File
@@ -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