[Room] Make Pinguin customizable
This commit is contained in:
parent
ad70b50fee
commit
f4cec53ba1
|
@ -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",
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue