Skip to content

Commit ce935d5

Browse files
authored
Merge pull request #74 from vcmi-mods/lobby-button-vertical
lobby button for vertical layout
2 parents 5632efb + 9165545 commit ce935d5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
1.28 KB
Loading

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,22 @@
801801
"width" : 64,
802802
"height" : 32
803803
}
804+
},
805+
{
806+
"type" : "adventureMapButton",
807+
"name" : "buttonLobby",
808+
"image" : "buttons/iam-lobby.def",
809+
"hotkey" : "mainMenuLobby",
810+
"help" : "core.help.557",
811+
"playerColored" : true,
812+
"generateFromBaseImage" : "iam-lobby",
813+
"generateSmall" : true,
814+
"area" : {
815+
"top" : 80,
816+
"left" : 250,
817+
"width" : 64,
818+
"height" : 32
819+
}
804820
}
805821
]
806822
},
@@ -1674,4 +1690,4 @@
16741690
]
16751691
}
16761692
]
1677-
}
1693+
}

0 commit comments

Comments
 (0)