From b952cb3acc4e246ba0fce59fb37e073d86fb049a Mon Sep 17 00:00:00 2001 From: CBenni Date: Thu, 14 Dec 2017 20:42:35 +0100 Subject: [PATCH] Tweaked anger position --- config.default.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.default.json b/config.default.json index aacd4a1..e2d3348 100644 --- a/config.default.json +++ b/config.default.json @@ -131,13 +131,13 @@ "z": 2, "anchor": { "x": { - "position": 0, - "offset": -100, - "size": 150 + "position": 75, + "offset": 22.5, + "size": 100 }, "y": { - "position": 0, - "offset": -20 + "position": 25, + "offset": 22.5 } } }