/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-16 02:22:30 UTC
  • Revision ID: josh@9ix.org-20130516022230-9mqgevjra6wmt3vf
keep score, center mouse on start

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
                    self:die()
25
26
                    the.bullets:remove(self)
26
 
                    self:die()
27
27
                 end
28
28
              end
29
29
}
 
 
b'\\ No newline at end of file'