diff --git a/config.default.json b/config.default.json index b3fab47..9d11dff 100644 --- a/config.default.json +++ b/config.default.json @@ -502,6 +502,22 @@ "size": 1024 } } + }, + "unity": { + "src": "./resources/twitchunity.png", + "z": 2, + "anchor": { + "x": { + "position": 50, + "offset": 150, + "size": 300 + }, + "y": { + "position": 50, + "offset": 150, + "size": 250 + } + } } } } diff --git a/resources/twitchunity.png b/resources/twitchunity.png new file mode 100644 index 0000000..d8f27da Binary files /dev/null and b/resources/twitchunity.png differ