playGui.gui 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = new GameTSCtrl(PlayGui) {
  3. cameraZRot = "0";
  4. forceFOV = "0";
  5. reflectPriority = "1";
  6. renderStyle = "standard";
  7. margin = "0 0 0 0";
  8. padding = "0 0 0 0";
  9. anchorTop = "1";
  10. anchorBottom = "0";
  11. anchorLeft = "1";
  12. anchorRight = "0";
  13. position = "0 0";
  14. extent = "1920 1080";
  15. minExtent = "8 8";
  16. horizSizing = "right";
  17. vertSizing = "bottom";
  18. profile = "GuiDefaultProfile";
  19. visible = "1";
  20. active = "1";
  21. tooltipProfile = "GuiToolTipProfile";
  22. hovertime = "1000";
  23. isContainer = "1";
  24. canSave = "1";
  25. canSaveDynamicFields = "1";
  26. enabled = "1";
  27. helpTag = "0";
  28. noCursor = "1";
  29. new GuiBitmapCtrl(LagIcon) {
  30. bitmap = "data/ui/art/lagIcon.png";
  31. color = "255 255 255 255";
  32. wrap = "0";
  33. position = "572 3";
  34. extent = "32 32";
  35. minExtent = "8 8";
  36. horizSizing = "right";
  37. vertSizing = "bottom";
  38. profile = "GuiDefaultProfile";
  39. visible = "0";
  40. active = "1";
  41. tooltipProfile = "GuiToolTipProfile";
  42. hovertime = "1000";
  43. isContainer = "0";
  44. hidden = "1";
  45. canSave = "1";
  46. canSaveDynamicFields = "0";
  47. };
  48. };
  49. //--- OBJECT WRITE END ---