culturered_client/bin/Debug/PhotoDisplay/config.json

37 lines
553 B
JSON

{
"total": 3,
"start": 0,
"count": 3,
"port": 9532,
"server": "127.0.0.1",
"widgets": [ {
"x": 0,
"y": 0,
"width": 1920,
"height": 1080,
"bg": "1-1.jpg",
"anim": 2,
"duration": 30,
"tag": "v_paper"
}, {
"x": -1920,
"y": 0,
"width": 1920,
"height": 1080,
"bg": "4-1.jpg",
"anim": 3,
"duration": 30,
"tag": "h_paper"
},
{
"x": 1920,
"y": 0,
"width": 1920,
"height": 1080,
"bg": "7-1.png",
"anim": 3,
"duration": 30,
"tag": "header"
}
]
}