From a1921104e13c9cf39439ee424d54f7cece67fc5b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 8 Jul 2024 15:53:31 +0200 Subject: add book tile to lobby and junior --- test-client/tiles.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test-client/tiles.ts') 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"), -- cgit v1.2.3-70-g09d2