diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-07 21:17:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-07 21:17:21 +0200 |
commit | 1406127825e30514dc13909c583895fd682c7107 (patch) | |
tree | 483ccbfd98eb7ef47d7684562f0adbbee51a67e6 /test-client/tiles.ts | |
parent | f88a296aac8840f713031b5b716b8d9fa3e18b8c (diff) | |
download | hurrycurry-1406127825e30514dc13909c583895fd682c7107.tar hurrycurry-1406127825e30514dc13909c583895fd682c7107.tar.bz2 hurrycurry-1406127825e30514dc13909c583895fd682c7107.tar.zst |
add bus map and tile entities
Diffstat (limited to 'test-client/tiles.ts')
-rw-r--r-- | test-client/tiles.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/tiles.ts b/test-client/tiles.ts index da5b0761..5ecc1fad 100644 --- a/test-client/tiles.ts +++ b/test-client/tiles.ts @@ -170,6 +170,7 @@ export const TILES: { [key: string]: Component[] } = { "counter-window": [base("rgb(233, 233, 233)")], "grass": [base("rgb(0, 107, 4)")], "path": [base("rgb(100, 80, 55)")], + "conveyor": [base("rgb(107, 62, 128)")], "tree": [base("rgb(1, 82, 4)")], "cuttingboard": [...counter, rect(0.3, "rgb(158, 236, 68)", "rgb(158, 236, 68)", 0.2)], "trash": [...floor, circle(0.4, "rgb(20, 20, 20)"), cross(0.3, "rgb(90, 36, 36)")], |