diff options
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"), |