()
| 933 | } |
| 934 | |
| 935 | buildSpriteSheet () { |
| 936 | this.spriteSheet = new createjs.SpriteSheet({ |
| 937 | images: [this.image[0]], |
| 938 | frames: this.get('frames'), |
| 939 | animations: this.get('animations'), |
| 940 | }) |
| 941 | return this.spriteSheet |
| 942 | } |
| 943 | |
| 944 | markToLoad () { this.needToLoad = true } |
| 945 | } |