Skip to content

Commit b627c87

Browse files
authored
Merge pull request #75 from vcmi-mods/add_res
allows to show up additional resorces
2 parents ce935d5 + 2543555 commit b627c87

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,9 +1648,8 @@
16481648
},
16491649
// Resource & Data bar
16501650
{
1651-
"type" : "adventurePlayerTexture",
1652-
"name" : "backgroundLeftOfResourceDateBar",
1653-
"image" : "DiBoxBck.pcx",
1651+
"type" : "adventureResourceAdditional",
1652+
"name" : "resourceAdditional",
16541653
"area" : {
16551654
"left" : 3,
16561655
"bottom" : 4,

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,8 @@
320320
},
321321
// Resource & Data bar
322322
{
323-
"type" : "adventurePlayerTexture",
324-
"name" : "backgroundLeftOfResourceDateBar",
325-
"image" : "DiBoxBck.pcx",
323+
"type" : "adventureResourceAdditional",
324+
"name" : "resourceAdditional",
326325
"area" : {
327326
"left" : 3,
328327
"bottom" : 196,

0 commit comments

Comments
 (0)