Walkable mask painting
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user