loadingGui.gui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = singleton GuiChunkedBitmapCtrl(LoadingGui) {
  3. canSaveDynamicFields = "0";
  4. Enabled = "1";
  5. isContainer = "1";
  6. Profile = "GuiContentProfile";
  7. HorizSizing = "width";
  8. VertSizing = "height";
  9. Position = "0 0";
  10. Extent = "800 600";
  11. MinExtent = "8 8";
  12. canSave = "1";
  13. Visible = "1";
  14. tooltipprofile = "GuiToolTipProfile";
  15. hovertime = "1000";
  16. bitmap = "art/gui/background";
  17. useVariable = "0";
  18. tile = "0";
  19. new GuiControl() {
  20. canSaveDynamicFields = "0";
  21. Enabled = "1";
  22. isContainer = "1";
  23. Profile = "GuiDefaultProfile";
  24. HorizSizing = "center";
  25. VertSizing = "center";
  26. Position = "151 217";
  27. Extent = "497 166";
  28. MinExtent = "8 8";
  29. canSave = "1";
  30. Visible = "1";
  31. tooltipprofile = "GuiToolTipProfile";
  32. hovertime = "1000";
  33. new GuiBitmapCtrl(LoadingLogo) {
  34. canSaveDynamicFields = "0";
  35. Enabled = "1";
  36. isContainer = "0";
  37. Profile = "GuiDefaultProfile";
  38. HorizSizing = "center";
  39. VertSizing = "bottom";
  40. Position = "27 6";
  41. Extent = "443 139";
  42. MinExtent = "8 2";
  43. canSave = "1";
  44. Visible = "1";
  45. tooltipprofile = "GuiToolTipProfile";
  46. hovertime = "1000";
  47. bitmap = "art/gui/Torque-3D-logo.png";
  48. wrap = "0";
  49. };
  50. singleton GuiProgressBitmapCtrl(LoadingProgress) {
  51. canSaveDynamicFields = "0";
  52. Enabled = "1";
  53. isContainer = "0";
  54. Profile = "GuiProgressBitmapProfile";
  55. HorizSizing = "center";
  56. VertSizing = "bottom";
  57. Position = "17 126";
  58. Extent = "464 24";
  59. MinExtent = "8 2";
  60. canSave = "1";
  61. Visible = "1";
  62. tooltipprofile = "GuiToolTipProfile";
  63. hovertime = "1000";
  64. Margin = "0 0 0 0";
  65. Padding = "0 0 0 0";
  66. AnchorTop = "1";
  67. AnchorBottom = "0";
  68. AnchorLeft = "1";
  69. AnchorRight = "0";
  70. maxLength = "1024";
  71. };
  72. singleton GuiTextCtrl(LoadingProgressTxt) {
  73. canSaveDynamicFields = "0";
  74. Enabled = "1";
  75. isContainer = "0";
  76. Profile = "GuiProgressTextProfile";
  77. HorizSizing = "center";
  78. VertSizing = "bottom";
  79. Position = "28 144";
  80. Extent = "440 20";
  81. MinExtent = "8 8";
  82. canSave = "1";
  83. Visible = "1";
  84. tooltipprofile = "GuiToolTipProfile";
  85. hovertime = "1000";
  86. Margin = "0 0 0 0";
  87. Padding = "0 0 0 0";
  88. AnchorTop = "1";
  89. AnchorBottom = "0";
  90. AnchorLeft = "1";
  91. AnchorRight = "0";
  92. text = "WAITING FOR SERVER";
  93. maxLength = "255";
  94. };
  95. };
  96. };
  97. //--- OBJECT WRITE END ---