playGui.gui 908 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. new GameTSCtrl(PlayGui) {
  2. isContainer = "1";
  3. profile = "GuiContentProfile";
  4. horizSizing = "right";
  5. vertSizing = "bottom";
  6. position = "0 0";
  7. extent = "1024 768";
  8. minExtent = "8 8";
  9. canSave = "1";
  10. visible = "1";
  11. margin = "0 0 0 0";
  12. padding = "0 0 0 0";
  13. anchorTop = "1";
  14. anchorBottom = "0";
  15. anchorLeft = "1";
  16. anchorRight = "0";
  17. cameraZRot = "0";
  18. forceFOV = "0";
  19. enabled = "1";
  20. helpTag = "0";
  21. noCursor = "1";
  22. new GuiBitmapCtrl(LagIcon) {
  23. bitmap = "data/ui/art/lagIcon.png";
  24. wrap = "0";
  25. isContainer = "0";
  26. Profile = "GuiDefaultProfile";
  27. HorizSizing = "right";
  28. VertSizing = "bottom";
  29. position = "572 3";
  30. Extent = "32 32";
  31. MinExtent = "8 8";
  32. canSave = "1";
  33. Visible = "0";
  34. tooltipprofile = "GuiToolTipProfile";
  35. hovertime = "1000";
  36. canSaveDynamicFields = "0";
  37. };
  38. };