Oliver level
This commit is contained in:
11
ts/tiles.ts
11
ts/tiles.ts
@@ -17,7 +17,16 @@ export const ROAD_LTB = Tile.rectangle('road-ltb', 6, 8);
|
||||
export const ROAD_RTB = Tile.rectangle('road-rtb', 6, 8);
|
||||
|
||||
// +
|
||||
export const ROAD_TBLR = Tile.rectangle('road-tblr', 8, 8);
|
||||
export const ROAD_TBLR = Tile.from_mask('road-tblr', `
|
||||
.xxxxxx.
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
.xxxxxx.
|
||||
`);
|
||||
|
||||
// Tower base
|
||||
export const EMPTY = Tile.rectangle('empty', 4, 2);
|
||||
|
||||
Reference in New Issue
Block a user