/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/text.lua

  • Committer: Josh C
  • Date: 2013-03-17 21:23:13 UTC
  • Revision ID: josh@9ix.org-20130317212313-gsmwb0yt9hxdjj68
hack to not fall through floor on long first tick, monkey patch to turn 
off zoetrope physics (reliably, without depending on patched zoetrope)

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
                if scaleX ~= 1 or scaleY ~= 1 or self.rotation ~= 0 then
197
197
                        love.graphics.pop()
198
198
                end
199
 
                
200
 
                Sprite.draw(self, x, y)
201
199
        end,
202
200
 
203
201
        __tostring = function (self)