瀏覽代碼

Merge pull request #2840 from krs0/quickfix/fix_adventuremap_widget_json

Fix adventure map widget json
Andrii Danylchenko 2 年之前
父節點
當前提交
778a380ef6
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      config/widgets/adventureMap.json

+ 7 - 7
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",