mirror of
https://github.com/gab9281/MakeItAsSet.git
synced 2026-01-02 09:18:26 -05:00
13 lines
351 B
JSON
13 lines
351 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name":"Mario",
|
||
|
|
"description":"Princess saving italian plumber",
|
||
|
|
"portrait": "/imgs/mini/Mario.png",
|
||
|
|
"large": "/imgs/large/Mario.png",
|
||
|
|
"serie_icon":"/imgs/serie/MarioBros.svg",
|
||
|
|
"select_sound":{
|
||
|
|
"url": "/sounds/Mario.wav",
|
||
|
|
"type": "audio/wav"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|