/traderous

To get this branch, use:
bzr branch /bzr/traderous
69 by Josh C
enemy shields and death
1
Boom = Tile:extend {
30 by Josh C
explosions
2
   image = 'data/boom.png',
3
   onNew = function(self)
4
              the.app.view.tween:start(self, 'scale', 0.5, 0.5):andThen(function()
5
              --(
6
                 the.app.view:remove(self)
7
              end)
8
9
           end
10
}