/ld27

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

« back to all changes in this revision

Viewing changes to zoetrope/core/view.lua

  • Committer: Josh C
  • Date: 2014-07-03 14:43:25 UTC
  • Revision ID: josh@9ix.org-20140703144325-799ow43au3uimguy
zoetrope scaling patch

Show diffs side-by-side

added added

removed removed

265
265
        end,
266
266
 
267
267
        draw = function (self, x, y)
268
 
                Group.draw(self, x, y)
 
268
                Group.draw(self, x, y, function (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 )
283
284
        end,
284
285
 
285
286
        __tostring = function (self)