upscaled sprites, some readjustments

This commit is contained in:
jill 2021-03-27 19:48:01 +03:00
parent 5c7ce2620d
commit d614114baf
Signed by: oat
GPG key ID: DD83A9617A252385
52 changed files with 9 additions and 10 deletions

View file

@ -19,7 +19,7 @@ return function(money, dt, sheets)
local dist = math.abs(love.mouse.getX() - f.x * love.graphics.getWidth()) + math.abs(love.mouse.getY() - f.y * love.graphics.getHeight())
if dist < sheets.coin1.width/2 and not f.collected then
setCursor(cursors.hover)
setCursor('hover')
end
end
end