Added backdrop to comfy template
This commit is contained in:
parent
9d4f4730fd
commit
4af85e4441
2 changed files with 19 additions and 3 deletions
|
@ -95,7 +95,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"comfy": {
|
"comfy": [{
|
||||||
"src": "./resources/ComfyTemplate.png",
|
"src": "./resources/ComfyTemplate.png",
|
||||||
"z": 2,
|
"z": 2,
|
||||||
"anchor": {
|
"anchor": {
|
||||||
|
@ -106,10 +106,26 @@
|
||||||
},
|
},
|
||||||
"y": {
|
"y": {
|
||||||
"position": 100,
|
"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": {
|
"netneutrality": {
|
||||||
"src": "./resources/NetNeutrality.png",
|
"src": "./resources/NetNeutrality.png",
|
||||||
"z": 2,
|
"z": 2,
|
||||||
|
|
BIN
resources/ComfyBackground.png
Normal file
BIN
resources/ComfyBackground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
Reference in a new issue