onemillioncheckboxes/swarm/settings.json

72 lines
1.2 KiB
JSON
Raw Normal View History

{
"default_font": {
"path": "../ic8x8u.ttf",
"size": 8
},
"avoid": [
{
"type": "rect",
"x": 0,
"y": 0,
"w": 1000,
"h": 10,
"description": "Not ruining fun for normal users"
},
{
"type": "rect",
"x": 0,
"y": 750,
"w": 123,
"h": 123,
"description": "catgirls.win QR code"
},
{
"type": "range",
"start": 900000,
"stop": 1000000,
"description": "catgirls.win text (both b64 and plain)"
},
{
"type": "image",
"path": "../avoid_masks/noita.png",
"description": "Noita logo by Cr4xy"
}
],
"elements": [
{
"type": "image",
"path": "../pictures/casey.png",
"x": 0,
"y": 128
},
{
"type": "image",
"path": "../pictures/casey_qr.png",
"x": 10,
"y": 240
},
{
2024-07-10 01:05:51 +03:00
"type": "animation",
"path": "../pictures/hat_kid.gif",
"spf": 30,
"x": 470,
"y": 300,
"w": 56,
"h": 130
2024-07-09 18:09:55 +03:00
},
{
"type": "image",
2024-07-10 01:05:51 +03:00
"x": 190,
"y": 30,
"path": "../pictures/af.png"
},
{
"type": "animation",
"x": 70,
"y": 50,
"path": "../pictures/lagtrain.gif",
"spf": 30
}
]
}