diff --git a/config.default.json b/config.default.json index c74260f..e0152ea 100644 --- a/config.default.json +++ b/config.default.json @@ -672,6 +672,21 @@ "offset": 0 } } - }] + }], + "police": { + "src": "./resources/PoliceHat.png", + "z": 2, + "anchor": { + "x": { + "position": 50, + "offset": 400, + "size": 700 + }, + "y": { + "position": 0, + "offset": 400 + } + } + } } } diff --git a/resources/PoliceHat.png b/resources/PoliceHat.png new file mode 100644 index 0000000..975a239 Binary files /dev/null and b/resources/PoliceHat.png differ