Skip to content

Commit fd421cd

Browse files
Auto-format JSON files
1 parent 220f064 commit fd421cd

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

Mods/adventureMap/Content/config/widgets/adventureMap.json

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -249,18 +249,28 @@
249249
]
250250
},
251251
{
252-
"type": "adventureMapContainer",
252+
"type" : "adventureMapContainer",
253253
"hideWhen" : "mapLayerOther",
254-
"area": { "top" : 0, "left": 32, "width" : 32, "height" : 32 },
254+
"area" : {
255+
"top" : 0,
256+
"left" : 32,
257+
"width" : 32,
258+
"height" : 32
259+
},
255260
"items" : [
256261
{
257-
"type": "adventureMapButton",
258-
"name": "worldViewOther",
262+
"type" : "adventureMapButton",
263+
"name" : "worldViewOther",
259264
"image" : "buttons/iam-layers.def",
260265
"help" : "core.help.294",
261-
"hotkey": "adventureToggleMapLevel",
266+
"hotkey" : "adventureToggleMapLevel",
262267
"playerColored" : true,
263-
"area": { "top" : 0, "left": 0, "width" : 32, "height" : 32 }
268+
"area" : {
269+
"top" : 0,
270+
"left" : 0,
271+
"width" : 32,
272+
"height" : 32
273+
}
264274
}
265275
]
266276
},
@@ -471,18 +481,28 @@
471481
]
472482
},
473483
{
474-
"type": "adventureMapContainer",
484+
"type" : "adventureMapContainer",
475485
"hideWhen" : "mapLayerOther",
476-
"area": { "top" : 32, "left": 0, "width" : 64, "height" : 32 },
486+
"area" : {
487+
"top" : 32,
488+
"left" : 0,
489+
"width" : 64,
490+
"height" : 32
491+
},
477492
"items" : [
478493
{
479-
"type": "adventureMapButton",
480-
"name": "worldViewOther",
494+
"type" : "adventureMapButton",
495+
"name" : "worldViewOther",
481496
"image" : "buttons/iam-layersL.def",
482497
"help" : "core.help.294",
483-
"hotkey": "adventureToggleMapLevel",
498+
"hotkey" : "adventureToggleMapLevel",
484499
"playerColored" : true,
485-
"area": { "top" : 0, "left": 0, "width" : 64, "height" : 32 }
500+
"area" : {
501+
"top" : 0,
502+
"left" : 0,
503+
"width" : 64,
504+
"height" : 32
505+
}
486506
}
487507
]
488508
},
@@ -744,7 +764,7 @@
744764
}
745765
]
746766
},
747-
767+
748768
// Adventure map buttons for large (900+) vertical resolution
749769
{
750770
"type" : "adventureMapContainer",
@@ -1011,7 +1031,7 @@
10111031
}
10121032
]
10131033
},
1014-
1034+
10151035
// Town / Hero lists for large (664+) vertical resolution
10161036
{
10171037
"type" : "adventureMapContainer",
@@ -1191,7 +1211,7 @@
11911211
}
11921212
]
11931213
},
1194-
1214+
11951215
// Town / Hero lists for large (900+) vertical resolution
11961216
{
11971217
"type" : "adventureMapContainer",
@@ -1438,7 +1458,7 @@
14381458
}
14391459
]
14401460
},
1441-
1461+
14421462
{
14431463
"type" : "adventureMapContainer",
14441464
"name" : "adventureInfobarContainer",

0 commit comments

Comments
 (0)