diff --git a/config.default.json b/config.default.json index 16bab3e..3a6451d 100644 --- a/config.default.json +++ b/config.default.json @@ -248,6 +248,37 @@ "size": 100 } } - } + }, + "omegalul": [{ + "src": "./resources/OmegaLULTemplate.png", + "z": 2, + "anchor": { + "x": { + "position": 50, + "offset": 61, + "size": 100 + }, + "y": { + "position": 50, + "offset": 64, + "size": 100 + } + } + },{ + "src": "./resources/OmegaLULBackground.png", + "z": 0, + "anchor": { + "x": { + "position": 50, + "offset": 61, + "size": 122 + }, + "y": { + "position": 50, + "offset": 64, + "size": 128 + } + } + }] } } diff --git a/resources/OmegaLULBackground.png b/resources/OmegaLULBackground.png new file mode 100644 index 0000000..6c73b46 Binary files /dev/null and b/resources/OmegaLULBackground.png differ diff --git a/resources/OmegaLULTemplate.png b/resources/OmegaLULTemplate.png new file mode 100644 index 0000000..0cd9608 Binary files /dev/null and b/resources/OmegaLULTemplate.png differ