/spacey

To get this branch, use:
bzr branch /bzr/spacey

« back to all changes in this revision

Viewing changes to rock.lua

  • Committer: Josh C
  • Date: 2013-05-16 02:07:23 UTC
  • Revision ID: josh@9ix.org-20130516020723-ntq1ydr2fczd9w5b
stick things into layers

Show diffs side-by-side

added added

removed removed

13
13
                 rock = self
14
14
              }
15
15
 
16
 
              the.app.view:add(self.collider)
17
16
              the.rockColliders:add(self.collider)
18
17
           end,
19
18
   onUpdate = function(self, dt)
58
57
                     }
59
58
                     the.app.view:add(b)
60
59
 
61
 
                     the.app.view:remove(self.rock)
62
 
                     the.app.view:remove(self)
 
60
                     the.rocks:remove(self.rock)
63
61
                     the.rockColliders:remove(self)
64
62
                     self.rock = nil -- break circular reference
65
63
 
66
 
                     the.app.view:remove(other)
67
64
                     the.bullets:remove(other)
68
65
                  end
69
66
               end