diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-08 15:53:31 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-08 15:53:31 +0200 |
commit | a1921104e13c9cf39439ee424d54f7cece67fc5b (patch) | |
tree | f7c7a1497b37c29efcbdba9f9b5f7e636c76383c /test-client | |
parent | ddcf22c1d6054c8571fb9ba4def90f42d6d30240 (diff) | |
download | hurrycurry-a1921104e13c9cf39439ee424d54f7cece67fc5b.tar hurrycurry-a1921104e13c9cf39439ee424d54f7cece67fc5b.tar.bz2 hurrycurry-a1921104e13c9cf39439ee424d54f7cece67fc5b.tar.zst |
add book tile to lobby and junior
Diffstat (limited to 'test-client')
-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 f9db8229..046d8297 100644 --- a/test-client/tiles.ts +++ b/test-client/tiles.ts @@ -177,6 +177,7 @@ export const TILES: { [key: string]: Component[] } = { "sink": [base("rgb(131, 129, 161)", "rgb(177, 174, 226)", 0.2)], "oven": [base("rgb(241, 97, 61)", "rgb(109, 84, 84)", 0.3)], "stove": [...counter, circle(0.4, "#444", "#999")], + "book": [...counter, rect(0.2, "rgb(88, 44, 7)")], "flour-crate": crate("flour"), "raw-steak-crate": crate("raw-steak"), |