[Room] Make Pinguin customizable

This commit is contained in:
syuilo 2019-08-24 02:18:21 +09:00
parent dc612bda13
commit 3bded54325
3 changed files with 14 additions and 3 deletions

View file

@ -279,7 +279,15 @@
},
{
id: "pinguin",
place: "floor"
place: "floor",
props: {
body: 'color',
belly: 'color'
},
color: {
Body: 'body',
Belly: 'belly',
}
},
{
id: "rubik-cube",

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

Binary file not shown.

Binary file not shown.