/spacey

To get this branch, use:
bzr branch /bzr/spacey

« back to all changes in this revision

Viewing changes to bullet.lua

  • Committer: Josh C
  • Date: 2013-05-16 02:07:23 UTC
  • Revision ID: josh@9ix.org-20130516020723-ntq1ydr2fczd9w5b
stick things into layers

Show diffs side-by-side

added added

removed removed

23
23
                 if love.timer.getTime() - self.createdAt > 0.7 then
24
24
                    -- TODO: reuse these (see factory idea above)
25
25
                    self:die()
26
 
                    the.app.view:remove(self)
27
26
                    the.bullets:remove(self)
28
27
                 end
29
28
              end