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