/spacey

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

« back to all changes in this revision

Viewing changes to bullet.lua

  • Committer: Josh C
  • Date: 2013-05-20 01:09:55 UTC
  • Revision ID: josh@9ix.org-20130520010955-8kzcxxe7sa8pdk8e
don't keep spawning rocks after death.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
   onUpdate = function(self, dt)
23
23
                 if love.timer.getTime() - self.createdAt > 0.7 then
24
24
                    -- TODO: reuse these (see factory idea above)
 
25
                    the.bullets:remove(self)
25
26
                    self:die()
26
 
                    the.app.view:remove(self)
27
 
                    the.bullets:remove(self)
28
27
                 end
29
28
              end
30
29
}
 
 
b'\\ No newline at end of file'