/spacey

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-05-14 17:13:43 UTC
  • Revision ID: josh@9ix.org-20130514171343-s251e971hc92mzb0
shoot things!

Show diffs side-by-side

added added

removed removed

83
83
              --    end
84
84
              -- end
85
85
 
86
 
              the.rockColliders = {}
87
 
              the.bullets = {}
 
86
              the.rockColliders = Group:new()
 
87
              the.bullets = Group:new()
88
88
 
89
89
              the.bg = Tile:new{
90
90
                 image = 'data/stars3.png',
140
140
 
141
141
                    self.lastRock = love.timer.getTime()
142
142
                 end
 
143
 
 
144
                 the.bullets:collide(the.rockColliders)
143
145
              end,
144
146
   draw = function (self, x, y)
145
147
             View.draw(self, x, y)