/spacey

To get this branch, use:
bzr branch /bzr/spacey
1
2
3
4
5
6
7
8
9
10
Boom = WrapTile:extend {
   image = 'data/boom.png',
   onNew = function(self)
              the.app.view.tween:start(self, 'scale', 0.5, 0.5):andThen(function()
              --(
                 the.app.view:remove(self)
              end)

           end
}