| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "items":
- [
- {
- "name": "background",
- "type": "picture",
- "image": "ADVOPTBK",
- "position": {"x": 0, "y": 6}
- },
- {
- "name": "labelTitle",
- "type": "label",
- "font": "big",
- "alignment": "center",
- "color": "yellow",
- "text": "core.genrltxt.515",
- "position": {"x": 222, "y": 36}
- },
-
- {
- "name": "labelSubTitle",
- "type": "multiLineLabel",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "core.genrltxt.516",
- "rect": {"x": 60, "y": 50, "w": 320, "h": 0},
- "adoptHeight": true
- },
-
- {
- "name": "labelPlayerNameAndHandicap",
- "type": "multiLineLabel",
- "font": "small",
- "alignment": "center",
- "color": "yellow",
- "text": "core.genrltxt.517",
- "rect": {"x": 58, "y": 92, "w": 100, "h": 0},
- "adoptHeight": true
- },
-
- {
- "name": "labelStartingTown",
- "type": "multiLineLabel",
- "font": "small",
- "alignment": "center",
- "color": "yellow",
- "text": "core.genrltxt.518",
- "rect": {"x": 163, "y": 92, "w": 70, "h": 0},
- "adoptHeight": true
- },
-
- {
- "name": "labelStartingHero",
- "type": "multiLineLabel",
- "font": "small",
- "alignment": "center",
- "color": "yellow",
- "text": "core.genrltxt.519",
- "rect": {"x": 239, "y": 92, "w": 70, "h": 0},
- "adoptHeight": true
- },
-
- {
- "name": "labelStartingBonus",
- "type": "multiLineLabel",
- "font": "small",
- "alignment": "center",
- "color": "yellow",
- "text": "core.genrltxt.520",
- "rect": {"x": 315, "y": 92, "w": 70, "h": 0},
- "adoptHeight": true
- },
-
- // timer
- {
- "type": "label",
- "font": "small",
- "alignment": "center",
- "color": "yellow",
- "text": "core.genrltxt.521",
- "position": {"x": 222, "y": 544}
- },
-
- {
- "name": "labelTurnDurationValue",
- "type": "label",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "position": {"x": 319, "y": 565}
- },
-
- {
- "name": "sliderTurnDuration",
- "type": "slider",
- "orientation": "horizontal",
- "position": {"x": 55, "y": 557},
- "size": 194,
- "callback": "setTimerPreset",
- "itemsVisible": 1,
- "itemsTotal": 11,
- "selected": 11,
- "style": "blue",
- "scrollBounds": {"x": -3, "y": -25, "w": 337, "h": 43},
- "panningStep": 20
- },
- ],
- "variables":
- {
- "timerPresets" :
- [
- [0, 60, 0, 0, false, false],
- [0, 120, 0, 0, false, false],
- [0, 240, 0, 0, false, false],
- [0, 360, 0, 0, false, false],
- [0, 480, 0, 0, false, false],
- [0, 600, 0, 0, false, false],
- [0, 900, 0, 0, false, false],
- [0, 1200, 0, 0, false, false],
- [0, 1500, 0, 0, false, false],
- [0, 1800, 0, 0, false, false],
- [0, 0, 0, 0, false, false],
- ]
- }
- }
|