mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 17:26:05 +02:00
[Room] Make Pinguin customizable
This commit is contained in:
@@ -279,7 +279,15 @@
|
||||
},
|
||||
{
|
||||
id: "pinguin",
|
||||
place: "floor"
|
||||
place: "floor",
|
||||
props: {
|
||||
body: 'color',
|
||||
belly: 'color'
|
||||
},
|
||||
color: {
|
||||
Body: 'body',
|
||||
Belly: 'belly',
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "rubik-cube",
|
||||
|
||||
Reference in New Issue
Block a user