otherOptionsTab.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "items":
  3. [
  4. {
  5. "name": "availableCreaturesAsDwellingLabelText",
  6. "type": "label",
  7. "font": "medium",
  8. "alignment": "left",
  9. "color": "white",
  10. "text": "vcmi.otherOptions.availableCreaturesAsDwellingLabel.hover",
  11. "position": {"x": 61, "y": 27}
  12. },
  13. {
  14. "name": "availableCreaturesAsDwellingLabelCheckbox",
  15. "type": "toggleButton",
  16. "image": "sysopchk.def",
  17. "help": "vcmi.otherOptions.availableCreaturesAsDwellingLabel",
  18. "position": {"x": 25, "y": 26},
  19. "callback": "availableCreaturesAsDwellingLabelChanged"
  20. },
  21. {
  22. "name": "compactTownCreatureInfoLabel",
  23. "type": "label",
  24. "font": "medium",
  25. "alignment": "left",
  26. "color": "white",
  27. "text": "vcmi.otherOptions.compactTownCreatureInfo.hover",
  28. "position": {"x": 61, "y": 60}
  29. },
  30. {
  31. "name": "compactTownCreatureInfoCheckbox",
  32. "type": "toggleButton",
  33. "image": "sysopchk.def",
  34. "help": "vcmi.otherOptions.compactTownCreatureInfo",
  35. "position": {"x": 25, "y": 59},
  36. "callback": "compactTownCreatureInfoChanged"
  37. }
  38. ]
  39. }