summaryrefslogtreecommitdiff
path: root/test-client/tiles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test-client/tiles.ts')
-rw-r--r--test-client/tiles.ts1
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)")],