summaryrefslogtreecommitdiff
path: root/test-client/tiles.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-25 16:39:12 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-25 16:39:12 +0200
commit242bd8034bed95f1791316b65319a6f373a353e9 (patch)
tree700df22f5fd83057fd4c9270b49787e9a586e44c /test-client/tiles.ts
parenta377bc5c946344229b44e560f06f772b8cc6d5d0 (diff)
downloadhurrycurry-242bd8034bed95f1791316b65319a6f373a353e9.tar
hurrycurry-242bd8034bed95f1791316b65319a6f373a353e9.tar.bz2
hurrycurry-242bd8034bed95f1791316b65319a6f373a353e9.tar.zst
add outdoor tiles to test-client
Diffstat (limited to 'test-client/tiles.ts')
-rw-r--r--test-client/tiles.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-client/tiles.ts b/test-client/tiles.ts
index c1dacc00..1619106b 100644
--- a/test-client/tiles.ts
+++ b/test-client/tiles.ts
@@ -166,6 +166,9 @@ export const TILES: { [key: string]: Component[] } = {
"door": [...floor, door],
"chair": [...floor, circle(0.45, "rgb(136, 83, 41)")],
"wall": [base("rgb(0, 14, 56)")],
+ "grass": [base("rgb(0, 107, 4)")],
+ "path": [base("rgb(100, 80, 55)")],
+ "tree": [base("rgb(1, 82, 4)")],
"window": [base("rgb(233, 233, 233)")],
"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)")],