diff --git a/config.default.json b/config.default.json index dcea9b8..b78cfbd 100644 --- a/config.default.json +++ b/config.default.json @@ -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, diff --git a/resources/ComfyBackground.png b/resources/ComfyBackground.png new file mode 100644 index 0000000..1940753 Binary files /dev/null and b/resources/ComfyBackground.png differ