mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix adventure map widget json
This commit is contained in:
parent
2d6ef9049a
commit
6c9b65c391
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user