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

@@ -10,7 +10,7 @@ function log(message) {
* Test constructor
*/
function Test() {
this.testOnly = '';
this.testOnly = 'SHAPES - add sprite';
this.counter = 0;
}
/**