/traderous

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

« back to all changes in this revision

Viewing changes to enemy.lua

  • Committer: Josh C
  • Date: 2013-06-30 22:36:26 UTC
  • Revision ID: josh@9ix.org-20130630223626-pgya1z6raymhzj2v
5-7 planets, tweak some goods

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
                        the.app.view:remove(self.thrust)
114
114
                        the.app.view:remove(self.shield)
115
115
 
116
 
                        if other.source == the.player then
117
 
                           the.player.kills = the.player.kills + 1
118
 
                        end
119
 
 
120
116
                        -- and add a new enemy somewhere else...
121
117
                        local e = Enemy:new{x = math.random(the.bg.width),
122
118
                                            y = math.random(the.bg.height)}