(options)
| 197 | } |
| 198 | |
| 199 | initBuild (options) { |
| 200 | if (!this.actions) { this.buildActions() } |
| 201 | this.vectorParser = new SpriteBuilder(this, options) |
| 202 | this.builder = new createjs.SpriteSheetBuilder() |
| 203 | this.builder.padding = 2 |
| 204 | this.frames = {} |
| 205 | } |
| 206 | |
| 207 | addPortrait () { |
| 208 | // The portrait is built very differently than the other animations, so it gets a separate function. |
no test coverage detected