mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
added new Kinetic.Sprite shape that enables you to easily add animated sprites to the stage
This commit is contained in:
@@ -10,7 +10,7 @@ function log(message) {
|
||||
* Test constructor
|
||||
*/
|
||||
function Test() {
|
||||
this.testOnly = '';
|
||||
this.testOnly = 'SHAPES - add sprite';
|
||||
this.counter = 0;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user