[Room] Add bin
This commit is contained in:
parent
3a08364c24
commit
9153434906
4 changed files with 11 additions and 0 deletions
|
@ -2346,3 +2346,4 @@ room:
|
||||||
poster-v: "ポスター(縦長)"
|
poster-v: "ポスター(縦長)"
|
||||||
sofa: "ソファ"
|
sofa: "ソファ"
|
||||||
spiral: "螺旋階段"
|
spiral: "螺旋階段"
|
||||||
|
bin: "ゴミ箱"
|
||||||
|
|
|
@ -341,4 +341,14 @@
|
||||||
Step: 'color'
|
Step: 'color'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "bin",
|
||||||
|
place: "floor",
|
||||||
|
props: {
|
||||||
|
color: 'color'
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
Bin: 'color'
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue