mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
23 lines
309 B
JSON
23 lines
309 B
JSON
{
|
|
"classic": {
|
|
"file": "classic.png",
|
|
"stretch": true
|
|
},
|
|
"sakura": {
|
|
"file": "sakura.png",
|
|
"stretch": false,
|
|
"xStart": 63,
|
|
"yStart": 61,
|
|
"xSize": 875,
|
|
"ySize": 592
|
|
},
|
|
"neon": {
|
|
"file": "neon.png",
|
|
"stretch": false,
|
|
"xStart": 79,
|
|
"yStart": 191,
|
|
"xSize": 625,
|
|
"ySize": 374
|
|
}
|
|
}
|