[Room] Add some furnitures

This commit is contained in:
syuilo 2019-08-19 01:45:20 +09:00
parent 6e76a76674
commit f35a0d34e9
6 changed files with 34 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'
}
},
]

BIN
src/client/assets/room/furnitures/sofa/sofa.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/sofa/sofa.glb (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/spiral/spiral.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/assets/room/furnitures/spiral/spiral.glb (Stored with Git LFS) Normal file

Binary file not shown.