From 5ba4cb8270c328cd9389713573e94263596cd027 Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:21:03 +0200 Subject: [PATCH] fix small res --- config/widgets/adventureMap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/widgets/adventureMap.json b/config/widgets/adventureMap.json index 93a351823..393e7947e 100644 --- a/config/widgets/adventureMap.json +++ b/config/widgets/adventureMap.json @@ -267,8 +267,8 @@ "type": "adventureMapImage", "name" : "backgroundBelowHeroTownList", "image" : "AdvMap.pcx", - "area" : { "right": 0, "left" : 0, "bottom" : 0, "height" : 3 }, - "sourceArea": { "bottom" : 209, "height" : 3, "right" : 0, "width" : 193 } + "area" : { "right": 0, "left" : 0, "bottom" : 0, "height" : 4 }, + "sourceArea": { "bottom" : 208, "height" : 4, "right" : 0, "width" : 193 } }, // Hero List {