From 69c545e79f178a04e001f155a89e2c8ce1fb3a40 Mon Sep 17 00:00:00 2001 From: CBenni Date: Mon, 11 Dec 2017 16:46:39 +0100 Subject: [PATCH] tweaked santa hat --- config.default.json | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/config.default.json b/config.default.json index e31533e..8cce17c 100644 --- a/config.default.json +++ b/config.default.json @@ -2,5 +2,52 @@ "discord": { "token": "", "client_id": "" + }, + "templates": { + "bee": { + "template": "./BeeTemplate.png", + "z": 0, + "anchor": { + "x": { + "position": 50, + "offset": 475, + "size": 600 + }, + "y": { + "position": 100, + "offset": 530 + } + } + }, + "turtle": { + "template": "./TurtleTemplate.png", + "z": 0, + "anchor": { + "x": { + "position": 50, + "offset": 210, + "size": 150 + }, + "y": { + "position": 100, + "offset": 150 + } + } + }, + "santa": { + "template": "./SantaHat.png", + "z": 2, + "anchor": { + "x": { + "position": 50, + "offset": 275, + "size": 350 + }, + "y": { + "position": 0, + "offset": 150 + } + } + } } } \ No newline at end of file