Start of water layer

This commit is contained in:
Ian Gulliver
2021-05-09 05:10:30 +00:00
parent a134f8c237
commit 6cd13c4d36
9 changed files with 1606 additions and 2 deletions

View File

@@ -16,4 +16,9 @@ export const ROAD_RTB = Tile.rectangle('road-rtb', 6, 8);
export const ROAD_TBLR = Tile.rectangle('road-tblr', 8, 8);
// Tower base
export const EMPTY = Tile.rectangle('empty', 4, 2);
// Straight
export const RIVER_LR = Tile.rectangle('river-lr', 6, 4);
export const RIVER_TB = Tile.rectangle('river-tb', 4, 6);
// Elbow
export const RIVER_BR = Tile.rectangle('river-br', 6, 6);
//# sourceMappingURL=tiles.js.map