Class-based rendering

This commit is contained in:
Ian Gulliver
2021-05-09 04:58:29 +00:00
parent f3dee2adf0
commit a134f8c237
21 changed files with 515 additions and 37 deletions

View File

@@ -15,7 +15,10 @@
"strictNullChecks": true
},
"files": [
"ts/tower.ts",
"ts/tower_map.ts"
"ts/grid.ts",
"ts/layer.ts",
"ts/tile.ts",
"ts/tiles.ts",
"ts/tower.ts"
]
}