[Room] Add bin

This commit is contained in:
syuilo 2019-08-19 01:54:06 +09:00
parent 3a08364c24
commit 9153434906
4 changed files with 11 additions and 0 deletions

View file

@ -2346,3 +2346,4 @@ room:
poster-v: "ポスター(縦長)"
sofa: "ソファ"
spiral: "螺旋階段"
bin: "ゴミ箱"

View file

@ -341,4 +341,14 @@
Step: 'color'
}
},
{
id: "bin",
place: "floor",
props: {
color: 'color'
},
color: {
Bin: 'color'
}
},
]