2
image = 'data/cursor.png',
3
onUpdate = function(self)
4
if the.keys:justPressed('t') then
5
self.image = 'data/cursor-target.png'
7
if the.keys:justPressed('c') then
8
self.image = 'data/cursor.png'
12
onEndFrame = function(self)
13
self.x = love.mouse.getX() + 8 + the.player.x - 400
14
self.y = love.mouse.getY() + 8 + the.player.y - 300
b'\\ No newline at end of file'