[Room] Make Pinguin customizable

This commit is contained in:
syuilo 2019-08-24 02:18:21 +09:00
parent ad70b50fee
commit f4cec53ba1
3 changed files with 9 additions and 1 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",