/traderous

To get this branch, use:
bzr branch http://9ix.org/bzr/traderous

« back to all changes in this revision

Viewing changes to cursor.lua

  • Committer: Josh C
  • Date: 2013-05-05 14:25:47 UTC
  • Revision ID: josh@9ix.org-20130505142547-t222h8l407l6juvp
name into build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
              end,
12
12
   onEndFrame = function(self)
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
 
13
                   self.x = love.mouse.getX() + 8 + the.player.x - 400
 
14
                   self.y = love.mouse.getY() + 8 + the.player.y - 300
15
15
                end
16
16
}
 
 
b'\\ No newline at end of file'