mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
fix second glitch in upper area (under lists)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user