30 lines
599 B
JSON
30 lines
599 B
JSON
{
|
|
"host": "127.0.0.1:1337",
|
|
"threads": null,
|
|
"binary": true,
|
|
"flush": false,
|
|
"entries": [
|
|
{
|
|
"name": "Bad Apple",
|
|
"source": "/home/ditin2/Projects/pixelpwnr/video/badapple/*.png",
|
|
"fps": 30,
|
|
"width": 150,
|
|
"height": 150,
|
|
"x": 0,
|
|
"y": 0,
|
|
"threads": 8,
|
|
"enabled": true
|
|
},
|
|
{
|
|
"name": "Bad Apple but bigger",
|
|
"source": "/home/ditin2/Projects/pixelpwnr/video/badapple/*.png",
|
|
"fps": 30,
|
|
"width": 256,
|
|
"height": 256,
|
|
"x": 200,
|
|
"y": 200,
|
|
"threads": 8,
|
|
"enabled": true
|
|
}
|
|
]
|
|
} |