Walkable mask painting

This commit is contained in:
Ian Gulliver
2021-05-17 04:26:18 +00:00
parent 0030b63e3a
commit 9d681291cc
43 changed files with 577 additions and 362 deletions

View File

@@ -7,5 +7,11 @@ export class AnimatableTileFactory extends TileFactory {
add_animation(name, keyframes, options) {
this.animations.set(name, [keyframes, options]);
}
animatable_tile_args() {
return [
...super.tile_args(),
this.animations,
];
}
}
//# sourceMappingURL=animatable_tile_factory.js.map