/zoeplat

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

« back to all changes in this revision

Viewing changes to zoetrope/sprites/fill.lua

  • Committer: Josh C
  • Date: 2013-04-21 19:50:25 UTC
  • Revision ID: josh@9ix.org-20130421195025-bucje0kl5schb07m
trackĀ versionĀ (base)

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                if scaleX ~= 1 or scaleY ~= 1 or self.rotation ~= 0 then
76
76
                        love.graphics.pop()
77
77
                end
78
 
                
79
 
                Sprite.draw(self, x, y)
80
78
        end,
81
79
 
82
80
        __tostring = function (self)