|
|
@@ -316,7 +316,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "buttonSimturnsAI",
|
|
|
- "position": {"x": 70, "y": 535},
|
|
|
+ "position": {"x": 70, "y": 530},
|
|
|
"type": "toggleButton",
|
|
|
"image": "lobby/checkbox",
|
|
|
"callback" : "setSimturnAI"
|
|
|
@@ -328,7 +328,24 @@
|
|
|
"alignment": "left",
|
|
|
"color": "yellow",
|
|
|
"text": "vcmi.optionsTab.simturnsAI.hover",
|
|
|
- "position": {"x": 110, "y": 540}
|
|
|
+ "position": {"x": 110, "y": 533}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "buttonCheatAllowed",
|
|
|
+ "position": {"x": 70, "y": 555},
|
|
|
+ "type": "toggleButton",
|
|
|
+ "image": "lobby/checkbox",
|
|
|
+ "callback" : "setCheatAllowed",
|
|
|
+ "selected" : true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "labelCheatAllowed",
|
|
|
+ "type": "label",
|
|
|
+ "font": "small",
|
|
|
+ "alignment": "left",
|
|
|
+ "color": "yellow",
|
|
|
+ "text": "vcmi.optionsTab.cheatAllowed.hover",
|
|
|
+ "position": {"x": 110, "y": 558}
|
|
|
}
|
|
|
],
|
|
|
|