/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-06-16 20:20:20 UTC
  • Revision ID: josh@9ix.org-20130616202020-dcra09dhl5bdx8lc
rotate enemy ship slower

Show diffs side-by-side

added added

removed removed

101
101
              self:add(the.player.thrust)
102
102
 
103
103
              local e = Enemy:new{x=400, y=300}
 
104
              --local e = Enemy:new{x=the.bg.width / 2, y=the.bg.height / 2}
104
105
              self:add(e)
105
106
              self:add(e.thrust) -- why doesn't this work in Enemy.new?
106
107