mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[Room] Make Pinguin customizable
This commit is contained in:
parent
dc612bda13
commit
3bded54325
3 changed files with 14 additions and 3 deletions
src/client
|
@ -279,7 +279,15 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pinguin",
|
id: "pinguin",
|
||||||
place: "floor"
|
place: "floor",
|
||||||
|
props: {
|
||||||
|
body: 'color',
|
||||||
|
belly: 'color'
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
Body: 'body',
|
||||||
|
Belly: 'belly',
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "rubik-cube",
|
id: "rubik-cube",
|
||||||
|
|
BIN
src/client/assets/room/furnitures/pinguin/pinguin.blend
(Stored with Git LFS)
Normal file
BIN
src/client/assets/room/furnitures/pinguin/pinguin.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/assets/room/furnitures/pinguin/pinguin.glb
(Stored with Git LFS)
BIN
src/client/assets/room/furnitures/pinguin/pinguin.glb
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Reference in a new issue