Full rivers and one bridge

This commit is contained in:
Ian Gulliver
2021-05-09 17:38:35 +00:00
parent 6cd13c4d36
commit 99aa50d5d3
11 changed files with 2844 additions and 47 deletions

View File

@@ -28,3 +28,8 @@ export const RIVER_TB = Tile.rectangle('river-tb', 4, 6);
// Elbow
export const RIVER_BR = Tile.rectangle('river-br', 6, 6);
export const RIVER_BL = Tile.rectangle('river-bl', 6, 6);
export const RIVER_TR = Tile.rectangle('river-tr', 6, 6);
export const RIVER_TL = Tile.rectangle('river-tl', 6, 6);
export const BRIDGE_LR = Tile.rectangle('bridge-lr', 6, 4);