diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-13 19:31:13 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-13 19:31:18 +0200 |
commit | 62dcc2d2a9517fecc82af92e5e44d04326d6efc7 (patch) | |
tree | 21d063fd346926a6977acdead677dd25b3b2ed90 /test-client | |
parent | 1fcef10fe48679f9002d8b96b089b5e74a289152 (diff) | |
download | hurrycurry-62dcc2d2a9517fecc82af92e5e44d04326d6efc7.tar hurrycurry-62dcc2d2a9517fecc82af92e5e44d04326d6efc7.tar.bz2 hurrycurry-62dcc2d2a9517fecc82af92e5e44d04326d6efc7.tar.zst |
tc: mochi
Diffstat (limited to 'test-client')
-rw-r--r-- | test-client/tiles.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-client/tiles.ts b/test-client/tiles.ts index 38f3daf5..17d150ea 100644 --- a/test-client/tiles.ts +++ b/test-client/tiles.ts @@ -146,6 +146,8 @@ const ITEMS: { [key in ItemName]: (c: string[]) => Component } = { "lettuce": () => circle(0.3, "#64a30b"), "sliced-lettuce": () => circle(0.3, "#a0da4f", "#64a30b", 0.08), "dirty-plate": () => circle(0.4, "#947a6f", "#d3a187", 0.02), + "mochi-dough": () => circle(0.3, "rgb(172, 162, 151)"), + "rice-flour": () => iref("rice"), "pan": i => c => (circle(0.35, "rgb(29, 29, 29)", "rgb(39, 39, 39)", 0.04)(c), arrange_items(...i)(c)), "pot": i => c => (circle(0.27, "rgb(29, 29, 29)", "rgb(56, 56, 56)", 0.2)(c), arrange_items(...i)(c)), |