aboutsummaryrefslogtreecommitdiff
path: root/test-client
diff options
context:
space:
mode:
Diffstat (limited to 'test-client')
-rw-r--r--test-client/tiles.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-client/tiles.ts b/test-client/tiles.ts
index a7fe0911..7db8f2a3 100644
--- a/test-client/tiles.ts
+++ b/test-client/tiles.ts
@@ -105,6 +105,7 @@ export const ITEMS: { [key: string]: Component[] } = {
"plate": plate,
"dirty-plate": [circle(0.4, "#947a6f", "#d3a187", 0.02)],
"steak-meal": [...plate, ...arrange_items("steak")],
+ "bread-meal": [...plate, ...arrange_items("bread")],
"burger-meal": [...plate, ...arrange_items("bread", "steak")],
"sliced-tomato-meal": [...plate, ...arrange_items("sliced-tomato")],
"tomatosteak-meal": [...plate, ...arrange_items("tomato", "steak")],