diff --git a/config.default.json b/config.default.json index b78cfbd..16bab3e 100644 --- a/config.default.json +++ b/config.default.json @@ -232,6 +232,22 @@ "offset": 70 } } + }, + "window": { + "src": "./resources/WindowTemplate.png", + "z": 2, + "anchor": { + "x": { + "position": 50, + "offset": 64, + "size": 100 + }, + "y": { + "position": 50, + "offset": 64, + "size": 100 + } + } } } -} \ No newline at end of file +} diff --git a/resources/WindowTemplate.png b/resources/WindowTemplate.png new file mode 100644 index 0000000..f96837b Binary files /dev/null and b/resources/WindowTemplate.png differ