pauseMenu.gui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(PauseMenu) {
  3. position = "0 0";
  4. extent = "1024 768";
  5. minExtent = "8 2";
  6. horizSizing = "right";
  7. vertSizing = "bottom";
  8. profile = "GuiDefaultProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "GuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. canSave = "1";
  15. canSaveDynamicFields = "1";
  16. tamlReader = "19772";
  17. tile = "0";
  18. useVariable = "0";
  19. new GuiChunkedBitmapCtrl(PauseMenuBG) {
  20. bitmapAsset = "UI:hudfill_image";
  21. useVariable = "0";
  22. tile = "0";
  23. position = "0 0";
  24. extent = "1024 768";
  25. minExtent = "8 2";
  26. horizSizing = "width";
  27. vertSizing = "height";
  28. profile = "GuiDefaultProfile";
  29. visible = "1";
  30. active = "1";
  31. tooltipProfile = "GuiToolTipProfile";
  32. hovertime = "1000";
  33. isContainer = "1";
  34. canSave = "1";
  35. canSaveDynamicFields = "1";
  36. };
  37. new GuiControl() {
  38. position = "162 125";
  39. extent = "700 518";
  40. minExtent = "8 2";
  41. horizSizing = "center";
  42. vertSizing = "center";
  43. profile = "GuiDefaultProfile";
  44. visible = "1";
  45. active = "1";
  46. tooltipProfile = "GuiToolTipProfile";
  47. hovertime = "1000";
  48. isContainer = "1";
  49. canSave = "1";
  50. canSaveDynamicFields = "0";
  51. new GuiGameListMenuCtrl(PauseMenuList) {
  52. debugRender = "0";
  53. callbackOnInputs = "1";
  54. consumeKeyInputEvents = "1";
  55. position = "0 0";
  56. extent = "700 320";
  57. minExtent = "8 2";
  58. horizSizing = "width";
  59. vertSizing = "bottom";
  60. profile = "DefaultListMenuProfile";
  61. visible = "1";
  62. active = "1";
  63. tooltipProfile = "GuiToolTipProfile";
  64. hovertime = "1000";
  65. isContainer = "0";
  66. class = "UIMenuButtonList";
  67. canSave = "1";
  68. canSaveDynamicFields = "0";
  69. };
  70. };
  71. new GuiControl(PauseButtonHolder) {
  72. position = "189 711";
  73. extent = "646 40";
  74. minExtent = "8 2";
  75. horizSizing = "center";
  76. vertSizing = "top";
  77. profile = "GuiDefaultProfile";
  78. visible = "1";
  79. active = "1";
  80. tooltipProfile = "GuiToolTipProfile";
  81. hovertime = "1000";
  82. isContainer = "1";
  83. class = "MenuInputButtonContainer";
  84. canSave = "1";
  85. canSaveDynamicFields = "0";
  86. new GuiIconButtonCtrl() {
  87. buttonMargin = "4 4";
  88. iconBitmap = "data/ui/images/Inputs/Keyboard & Mouse/Keyboard_Black_Enter";
  89. iconLocation = "Left";
  90. sizeIconToButton = "1";
  91. makeIconSquare = "1";
  92. textLocation = "Right";
  93. textMargin = "4";
  94. autoSize = "0";
  95. text = "OK";
  96. groupNum = "-1";
  97. buttonType = "PushButton";
  98. useMouseEvents = "0";
  99. position = "363 0";
  100. extent = "140 40";
  101. minExtent = "8 2";
  102. horizSizing = "right";
  103. vertSizing = "bottom";
  104. profile = "GuiMenuButtonProfile";
  105. visible = "1";
  106. active = "1";
  107. command = "PauseMenuList.activateRow();";
  108. tooltipProfile = "GuiToolTipProfile";
  109. hovertime = "1000";
  110. isContainer = "0";
  111. internalName = "goButton";
  112. class = "MenuInputButton";
  113. canSave = "1";
  114. canSaveDynamicFields = "0";
  115. };
  116. new GuiIconButtonCtrl() {
  117. buttonMargin = "4 4";
  118. iconBitmap = "data/ui/images/Inputs/Keyboard & Mouse/Keyboard_Black_Esc";
  119. iconLocation = "Left";
  120. sizeIconToButton = "1";
  121. makeIconSquare = "1";
  122. textLocation = "Right";
  123. textMargin = "4";
  124. autoSize = "0";
  125. text = "Back";
  126. groupNum = "-1";
  127. buttonType = "PushButton";
  128. useMouseEvents = "0";
  129. position = "507 0";
  130. extent = "140 40";
  131. minExtent = "8 2";
  132. horizSizing = "right";
  133. vertSizing = "bottom";
  134. profile = "GuiMenuButtonProfile";
  135. visible = "1";
  136. active = "1";
  137. command = "Canvas.popDialog();";
  138. tooltipProfile = "GuiToolTipProfile";
  139. hovertime = "1000";
  140. isContainer = "0";
  141. internalName = "backButton";
  142. class = "MenuInputButton";
  143. canSave = "1";
  144. canSaveDynamicFields = "0";
  145. };
  146. };
  147. };
  148. //--- OBJECT WRITE END ---