diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-19 01:54:06 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-19 01:54:06 +0900 |
| commit | 9153434906af374410c5a2887bd0752038f338dc (patch) | |
| tree | 129f8d3864b536cc362fa42edf3743e948573cf6 /src/client/app/common/scripts | |
| parent | [Room] Add some furnitures (diff) | |
| download | misskey-9153434906af374410c5a2887bd0752038f338dc.tar.gz misskey-9153434906af374410c5a2887bd0752038f338dc.tar.bz2 misskey-9153434906af374410c5a2887bd0752038f338dc.zip | |
[Room] Add bin
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/room/furnitures.json5 | 10 |
1 files changed, 10 insertions, 0 deletions
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' + } + }, ] |