1
-- TODO: these need to come out of a factory
4
image = 'data/laser.png',
6
self.velocity = vector.new(1000, 0)
7
self.velocity:rotate_inplace(self.rotation)
9
self.createdAt = love.timer.getTime()
13
onUpdate = function(self, dt)
14
if love.timer.getTime() - self.createdAt > 0.7 then
15
-- TODO: reuse these (see factory idea above)
16
the.bullets:remove(self)
b'\\ No newline at end of file'