/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-06-16 03:58:19 UTC
  • Revision ID: josh@9ix.org-20130616035819-y3jhfpuogpmy7se4
more old code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
              self:add(the.player)
101
101
              self:add(the.player.thrust)
102
102
 
103
 
              self:add(Enemy:new{x=400, y=300})
 
103
              --self:add(Enemy:new{x=400, y=300})
104
104
 
105
105
              self:add(the.bullets)
106
106
              self:add(the.indicators)