From 6c9b65c3916544043dbcff2725c38f25568ecf67 Mon Sep 17 00:00:00 2001 From: krs Date: Fri, 15 Sep 2023 22:15:10 +0300 Subject: [PATCH] Fix adventure map widget json --- config/widgets/adventureMap.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/widgets/adventureMap.json b/config/widgets/adventureMap.json index 36dd1e501..a398ad697 100644 --- a/config/widgets/adventureMap.json +++ b/config/widgets/adventureMap.json @@ -1,7 +1,7 @@ { "options" : { // player-colored images used for background - "imagesPlayerColored" : [ "AdvMap.pcx" ], + "imagesPlayerColored" : [ "AdvMap.pcx" ] }, "items": @@ -315,7 +315,7 @@ "item" : { "top" : 16, "left": 2, "width" : 48, "height" : 32 }, "itemsOffset" : { "x" : 0, "y" : 32 }, "itemsCount" : 5 - }, + } ] }, { @@ -331,7 +331,7 @@ "image" : "DiBoxBck.pcx", "area": { "top": 0, "bottom" : 0, "left" : 0, "right" : 0 }, "sourceArea": { "left" : 0, "top" : 0, "width" : 256, "height" : 256 } - }, + } ] }, // Town / Hero lists for large (664+) vertical resolution @@ -402,7 +402,7 @@ "image" : "DiBoxBck.pcx", "area": { "top": 192, "bottom" : 3, "right" : 57, "width" : 64 }, "sourceArea": { "left" : 0, "top" : 0, "width" : 256, "height" : 256 } - }, + } ] }, { @@ -418,7 +418,7 @@ "image" : "DiBoxBck.pcx", "area": { "top": 0, "bottom" : 0, "left" : 0, "right" : 0 }, "sourceArea": { "left" : 0, "top" : 0, "width" : 256, "height" : 256 } - }, + } ] }, { @@ -509,7 +509,7 @@ { "type": "adventureMapContainer", "hideWhen" : "mapLayerSurface", - "area": { "top" : 343, "left": 79, "width" : 32, "height" : 32 } + "area": { "top" : 343, "left": 79, "width" : 32, "height" : 32 }, "items" : [ { "type": "adventureMapButton", @@ -532,7 +532,7 @@ { "type": "adventureMapContainer", "hideWhen" : "mapLayerUnderground", - "area": { "top" : 343, "left": 79, "width" : 32, "height" : 32 } + "area": { "top" : 343, "left": 79, "width" : 32, "height" : 32 }, "items" : [ { "type": "adventureMapButton",