/traderous

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-05-07 21:30:17 UTC
  • Revision ID: josh@9ix.org-20130507213017-i9xbjk0qjjqe91dk
constant velocity for bullets.  using hump.vector e9b86ef 

Show diffs side-by-side

added added

removed removed

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