[Room] Add some furnitures

This commit is contained in:
syuilo 2019-08-19 01:45:20 +09:00
parent a9beeab502
commit 3a08364c24
6 changed files with 22 additions and 0 deletions

View file

@ -2344,3 +2344,5 @@ room:
rubik-cube: "ルービックキューブ"
poster-h: "ポスター(横長)"
poster-v: "ポスター(縦長)"
sofa: "ソファ"
spiral: "螺旋階段"

View file

@ -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.