From 9153434906af374410c5a2887bd0752038f338dc Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 19 Aug 2019 01:54:06 +0900 Subject: [Room] Add bin --- src/client/app/common/scripts/room/furnitures.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/client/app/common/scripts') diff --git a/src/client/app/common/scripts/room/furnitures.json5 b/src/client/app/common/scripts/room/furnitures.json5 index 9fe7811f6b..fec1791657 100644 --- a/src/client/app/common/scripts/room/furnitures.json5 +++ b/src/client/app/common/scripts/room/furnitures.json5 @@ -341,4 +341,14 @@ Step: 'color' } }, + { + id: "bin", + place: "floor", + props: { + color: 'color' + }, + color: { + Bin: 'color' + } + }, ] -- cgit v1.2.3-freya