upscaled sprites, some readjustments
This commit is contained in:
parent
5c7ce2620d
commit
d614114baf
52 changed files with 9 additions and 10 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue