Factor out AnimatableTile{Factory}

This commit is contained in:
Ian Gulliver
2021-05-11 05:28:20 +00:00
parent 4e65819183
commit 8f76317ccc
16 changed files with 80 additions and 51 deletions

View File

@@ -14,6 +14,8 @@
"strictNullChecks": true
},
"files": [
"ts/animatable_tile.ts",
"ts/animatable_tile_factory.ts",
"ts/grid.ts",
"ts/layered_tile.ts",
"ts/layered_tile_factory.ts",