mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
[Room] Add some furnitures
This commit is contained in:
parent
6e76a76674
commit
f35a0d34e9
6 changed files with 34 additions and 0 deletions
|
@ -2344,3 +2344,5 @@ room:
|
|||
rubik-cube: "ルービックキューブ"
|
||||
poster-h: "ポスター(横長)"
|
||||
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'
|
||||
}
|
||||
},
|
||||
]
|
||||
|
|
BIN
src/client/assets/room/furnitures/sofa/sofa.blend
(Stored with Git LFS)
Normal file
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
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
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
BIN
src/client/assets/room/furnitures/spiral/spiral.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue