Sprite animations keys are now set to arrays of integers, not array of object literals containing x y width and height. changed index attr to frameIndex

This commit is contained in:
Eric Rowell
2014-01-07 00:43:31 -08:00
parent e594aa5656
commit 4d8ee45f71
9 changed files with 218 additions and 359 deletions

View File

@@ -25,7 +25,7 @@ module.exports = function(grunt) {
'src/filters/Sepia.js',
'src/filters/Solarize.js',
//'src/filters/Ripple.js',
//'src/filters/Kaleidoscope.js',
'src/filters/Kaleidoscope.js',
// core
'src/Animation.js',