|
@@ -64,12 +64,21 @@
|
|
|
"name": "buttonCheatAllowed",
|
|
"name": "buttonCheatAllowed",
|
|
|
"image": "lobby/checkbox",
|
|
"image": "lobby/checkbox",
|
|
|
"callback" : "setCheatAllowed",
|
|
"callback" : "setCheatAllowed",
|
|
|
|
|
+ "help" : "vcmi.optionsTab.cheatAllowed",
|
|
|
"selected" : true
|
|
"selected" : true
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"name": "buttonUnlimitedReplay",
|
|
"name": "buttonUnlimitedReplay",
|
|
|
"image": "lobby/checkbox",
|
|
"image": "lobby/checkbox",
|
|
|
"callback" : "setUnlimitedReplay",
|
|
"callback" : "setUnlimitedReplay",
|
|
|
|
|
+ "help" : "vcmi.optionsTab.unlimitedReplay",
|
|
|
|
|
+ "selected" : true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "buttonInviteHero",
|
|
|
|
|
+ "image": "lobby/checkbox",
|
|
|
|
|
+ "callback" : "setInviteHero",
|
|
|
|
|
+ "help" : "vcmi.optionsTab.inviteHero",
|
|
|
"selected" : true
|
|
"selected" : true
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
@@ -94,6 +103,13 @@
|
|
|
"alignment": "left",
|
|
"alignment": "left",
|
|
|
"color": "yellow",
|
|
"color": "yellow",
|
|
|
"text": "vcmi.optionsTab.unlimitedReplay.hover"
|
|
"text": "vcmi.optionsTab.unlimitedReplay.hover"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "labelInviteHero",
|
|
|
|
|
+ "font": "small",
|
|
|
|
|
+ "alignment": "left",
|
|
|
|
|
+ "color": "yellow",
|
|
|
|
|
+ "text": "vcmi.optionsTab.inviteHero.hover"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|