added new Kinetic.Sprite shape that enables you to easily add animated sprites to the stage

This commit is contained in:
Eric Rowell
2012-05-02 00:35:32 -07:00
parent 7bcd34ec47
commit 3585e000b6
7 changed files with 294 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ class Build < Thor
FILES = [
"license.js", "src/GlobalObject.js", "src/Node.js", "src/Container.js", "src/Stage.js",
"src/Layer.js", "src/Group.js", "src/Shape.js", "src/shapes/Rect.js", "src/shapes/Circle.js", "src/shapes/Image.js",
"src/shapes/Polygon.js", "src/shapes/RegularPolygon.js", "src/shapes/Star.js", "src/shapes/Text.js",
"src/shapes/Sprite.js", "src/shapes/Polygon.js", "src/shapes/RegularPolygon.js", "src/shapes/Star.js", "src/shapes/Text.js",
"src/shapes/Line.js", "src/util/Transform.js", "src/util/Transition.js"
]