[Room] Add some furnitures
This commit is contained in:
parent
a9beeab502
commit
3a08364c24
|
@ -2344,3 +2344,5 @@ room:
|
||||||
rubik-cube: "ルービックキューブ"
|
rubik-cube: "ルービックキューブ"
|
||||||
poster-h: "ポスター(横長)"
|
poster-h: "ポスター(横長)"
|
||||||
poster-v: "ポスター(縦長)"
|
poster-v: "ポスター(縦長)"
|
||||||
|
sofa: "ソファ"
|
||||||
|
spiral: "螺旋階段"
|
||||||
|
|
|
@ -321,4 +321,24 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "sofa",
|
||||||
|
place: "floor",
|
||||||
|
props: {
|
||||||
|
color: 'color'
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
Sofa: 'color'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "spiral",
|
||||||
|
place: "floor",
|
||||||
|
props: {
|
||||||
|
color: 'color'
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
Step: 'color'
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue