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

  • Committer: Josh C
  • Date: 2013-03-05 16:54:58 UTC
  • Revision ID: josh@9ix.org-20130305165458-1w0u0ojz1wd7f7hu
use built-in maxVelocity system

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
                if colored then
233
233
                        love.graphics.setColor(255, 255, 255, 255)
234
234
                end
 
235
                
 
236
                Sprite.draw(self, x, y)
235
237
        end,
236
238
 
237
239
        __tostring = function (self)