From 7055e13059e0e26f6574a0093dae941e4979a687 Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:15:31 +0200 Subject: [PATCH] fix second glitch in upper area (under lists) --- config/widgets/adventureMap.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/widgets/adventureMap.json b/config/widgets/adventureMap.json index ef32f4255..93a351823 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" : 4 }, - "sourceArea": { "bottom" : 208, "height" : 4, "right" : 0, "width" : 193 } + "area" : { "right": 0, "left" : 0, "bottom" : 0, "height" : 3 }, + "sourceArea": { "bottom" : 209, "height" : 3, "right" : 0, "width" : 193 } }, // Hero List { @@ -360,8 +360,8 @@ "type": "adventureMapImage", "name" : "backgroundBelowHeroTownList", "image" : "AdvMap.pcx", - "area" : { "right": 0, "left" : 0, "bottom" : 0, "height" : 4 }, - "sourceArea": { "bottom" : 208, "height" : 4, "right" : 0, "width" : 193 } + "area" : { "right": 0, "left" : 0, "bottom" : 0, "height" : 3 }, + "sourceArea": { "bottom" : 209, "height" : 3, "right" : 0, "width" : 193 } }, // Hero List {