/traderous

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-05-07 22:24:32 UTC
  • Revision ID: josh@9ix.org-20130507222432-74d3ul1p8ffq40s5
only fire if cursor is in target area.  change cursor to reflect this.

Show diffs side-by-side

added added

removed removed

38
38
 
39
39
              self:add(Enemy:new{x=400, y=300})
40
40
 
41
 
              self:add(Cursor:new())
 
41
              the.cursor = Cursor:new()
 
42
              self:add(the.cursor)
42
43
 
43
44
              love.mouse.setGrab(true)
44
45
              love.mouse.setVisible(false)