/spacey

To get this branch, use:
bzr branch http://9ix.org/bzr/spacey

« back to all changes in this revision

Viewing changes to boom.lua

  • Committer: Josh C
  • Date: 2013-05-14 00:15:01 UTC
  • Revision ID: josh@9ix.org-20130514001501-z14e702ncp21s0yr
try to not spawn rocks where you can see them.  not working if screen 
crosses game boundaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Boom = WrapTile:extend {
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
 
}
 
 
b'\\ No newline at end of file'