mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 13:27:31 -07:00
[Room] Add bin
This commit is contained in:
parent
f35a0d34e9
commit
f4b63c1c72
6 changed files with 17 additions and 6 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'
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
BIN
src/client/assets/room/furnitures/bin/bin.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/bin/bin.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/bin/bin.glb
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/bin/bin.glb
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/trash-can/trash-can.blend
(Stored with Git LFS)
BIN
src/client/assets/room/furnitures/trash-can/trash-can.blend
(Stored with Git LFS)
Binary file not shown.
BIN
src/client/assets/room/furnitures/trash-can/trash-can.glb
(Stored with Git LFS)
BIN
src/client/assets/room/furnitures/trash-can/trash-can.glb
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue