basic stuff w movemet n collision done

This commit is contained in:
0x81c 2015-03-12 04:05:39 -04:00
parent 03112bb0fb
commit bffa27ec01
4 changed files with 25 additions and 15 deletions

View file

@ -18,11 +18,4 @@ end
function Player:update()
end
function Player:draw()
love.graphics.setColor(self.color:set())
local p = self:getDrawPos()
love.graphics.draw(self.sprite, p.x, p.y, 0, drawScale, drawScale)
end
end