/ld27

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

« back to all changes in this revision

Viewing changes to zoetrope/core/view.lua

  • Committer: Josh C
  • Date: 2013-08-25 00:16:36 UTC
  • Revision ID: josh@9ix.org-20130825001636-xoivc9byo1mdx0fu
1 goal in each maze

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
        end,
266
266
 
267
267
        draw = function (self, x, y)
268
 
                Group.draw(self, x, y, function (self, x, y)
 
268
                Group.draw(self, x, y)
269
269
 
270
270
                -- draw our fx and tint on top of everything
271
271
 
280
280
                        love.graphics.rectangle('fill', 0, 0, the.app.width, the.app.height)
281
281
                        love.graphics.setColor(255, 255, 255, 255)
282
282
                end
283
 
    end )
284
283
        end,
285
284
 
286
285
        __tostring = function (self)