Added backdrop to comfy template

This commit is contained in:
CBenni 2017-12-20 22:39:58 +01:00
parent 9d4f4730fd
commit 4af85e4441
2 changed files with 19 additions and 3 deletions

View File

@ -95,7 +95,7 @@
}
}
},
"comfy": {
"comfy": [{
"src": "./resources/ComfyTemplate.png",
"z": 2,
"anchor": {
@ -106,10 +106,26 @@
},
"y": {
"position": 100,
"offset": 480
"offset": 480,
"size": 380
}
}
},
},{
"src": "./resources/ComfyBackground.png",
"z": 0,
"anchor": {
"x": {
"position": 0,
"offset": 0,
"size": 500
},
"y": {
"position": 0,
"offset": 0,
"size": 500
}
}
}],
"netneutrality": {
"src": "./resources/NetNeutrality.png",
"z": 2,

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB