/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to cursor.lua

  • Committer: Josh C
  • Date: 2013-05-07 20:42:07 UTC
  • Revision ID: josh@9ix.org-20130507204207-yavvb4hhzhrjnw1e
fullscreen.  (there must be a more subtle way...)

Show diffs side-by-side

added added

removed removed

10
10
 
11
11
              end,
12
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
 
13
                   self.x = love.mouse.getX() + 8 + the.player.x - the.app.width / 2
 
14
                   self.y = love.mouse.getY() + 8 + the.player.y - the.app.height / 2
15
15
                end
16
16
}
 
 
'\\ No newline at end of file'