Guest User

Untitled

a guest
May 27th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. class RscDisplayGear {
  2. class controls {
  3. class G_sMechBItems: RscControlsGroup
  4. {
  5. idc = 85025;
  6. x = 0.977;
  7. y = 0.473;
  8. w = 0.056;
  9. h = 0.576;
  10. class VScrollbar
  11. {
  12. autoScrollSpeed = -1;
  13. autoScrollDelay = 5;
  14. autoScrollRewind = 0;
  15. color[] = {1,1,1,0};
  16. width = 0.001;
  17. };
  18. class HScrollbar
  19. {
  20. color[] = {1,1,1,0};
  21. height = 0.001;
  22. };
  23. class Controls
  24. {
  25. class OriMechB_slide1: RscActiveText
  26. {
  27. idc = 85026;
  28. style = "0x30 + 0x800";
  29. text = "";
  30. x = "0";
  31. y = "0";
  32. w = 0.056;
  33. h = 0.076;
  34. color[] = {1,1,1,0.8};
  35. colorActive[] = {1,1,1,0.9};
  36. onMouseButtonDown = "[_this,'selectSlot'] call handleGear;";
  37. canDrag = 1;
  38. };
  39. class OriMechB_slide2: OriMechB_slide1
  40. {
  41. idc = 85027;
  42. y = "0.076";
  43. };
  44. class OriMechB_slide3: OriMechB_slide1
  45. {
  46. idc = 85028;
  47. y = "0.152";
  48. };
  49. class OriMechB_slide4: OriMechB_slide1
  50. {
  51. idc = 85029;
  52. y = "0.228";
  53. };
  54. class OriMechB_slide5: OriMechB_slide1
  55. {
  56. idc = 85030;
  57. y = "0.304";
  58. };
  59. class OriMechB_slide6: OriMechB_slide1
  60. {
  61. idc = 85031;
  62. y = "0.381";
  63. };
  64. };
  65. };
  66. };
  67. class ControlsBackground {
  68. class CA_Gear_slot_medbs_bg: RscPicture
  69. {
  70. idc = 85016;
  71. x = "0.965";
  72. y = "0.397";
  73. w = 0.072;
  74. h = 0.537;
  75. text = "";
  76. };
  77. };
  78. };
Advertisement
Add Comment
Please, Sign In to add comment