diff --git a/AstronautHelmet.png b/AstronautHelmet.png new file mode 100644 index 0000000..9bcaca1 Binary files /dev/null and b/AstronautHelmet.png differ diff --git a/config.default.json b/config.default.json index 690ace9..7bf9be6 100644 --- a/config.default.json +++ b/config.default.json @@ -56,13 +56,28 @@ "x": { "position": 50, "offset": 512, - "size": 1024 + "size": 1000 }, "y": { "position": 0, "offset": 700 } } + }, + "space": { + "template": "./AstronautHelmet.png", + "z": 2, + "anchor": { + "x": { + "position": 50, + "offset": 300, + "size": 500 + }, + "y": { + "position": 50, + "offset": 300 + } + } } } } \ No newline at end of file