Advertisement
Guest User

Paint Defines.hpp

a guest
Oct 11th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. //Paint Defines.hpp
  2. #define CT_SLIDER 3
  3. #define SL_HORZ 0x400
  4.  
  5. class RscTxtT
  6. {
  7. access = 0;
  8. type = 0;
  9. idc = -1;
  10. colorBackground[] = {0,0,0,0};
  11. colorText[] = {0.8784,0.8471,0.651,1};
  12. text = "";
  13. fixedWidth = 0;
  14. x = 0;
  15. y = 0;
  16. h = 0.037;
  17. w = 0.3;
  18. style = 0;
  19. shadow = 2;
  20. font = "Zeppelin32";
  21. SizeEx = 0.03921;
  22. };
  23.  
  24. class RscScButton
  25. {
  26. type = 16;
  27. x = 0.1;
  28. y = 0.1;
  29. class HitZone
  30. {
  31. left = 0.004;
  32. top = 0.029;
  33. right = 0.004;
  34. bottom = 0.029;
  35. };
  36. class ShortcutPos
  37. {
  38. left = 0.0145;
  39. top = 0.026;
  40. w = 0.0392157;
  41. h = 0.0522876;
  42. };
  43. class TextPos
  44. {
  45. left = 0.05;
  46. top = 0.034;
  47. right = 0.005;
  48. bottom = 0.005;
  49. };
  50. shortcuts[] = {};
  51. textureNoShortcut = "#(argb,8,8,3)color(0,0,0,0)";
  52. color[] = {0.8784,0.8471,0.651,1};
  53. color2[] = {0.95,0.95,0.95,1};
  54. colorDisabled[] = {1,1,1,0.25};
  55. colorBackground[] = {1,1,1,1};
  56. colorBackground2[] = {1,1,1,0.4};
  57. class Attributes
  58. {
  59. font = "Zeppelin32";
  60. color = "#E5E5E5";
  61. align = "left";
  62. shadow = "true";
  63. };
  64. idc = -1;
  65. style = 0;
  66. default = 0;
  67. shadow = 2;
  68. w = 0.183825;
  69. h = 0.104575;
  70. periodFocus = 1.2;
  71. periodOver = 0.8;
  72. animTextureNormal = "\ca\ui\data\ui_button_normal_ca.paa";
  73. animTextureDisabled = "\ca\ui\data\ui_button_disabled_ca.paa";
  74. animTextureOver = "\ca\ui\data\ui_button_over_ca.paa";
  75. animTextureFocused = "\ca\ui\data\ui_button_focus_ca.paa";
  76. animTexturePressed = "\ca\ui\data\ui_button_down_ca.paa";
  77. animTextureDefault = "\ca\ui\data\ui_button_default_ca.paa";
  78. period = 0.4;
  79. font = "Zeppelin32";
  80. size = 0.03921;
  81. sizeEx = 0.03921;
  82. text = "";
  83. soundEnter[] = {"\ca\ui\data\sound\onover",0.09,1};
  84. soundPush[] = {"\ca\ui\data\sound\new1",0,0};
  85. soundClick[] = {"\ca\ui\data\sound\onclick",0.07,1};
  86. soundEscape[] = {"\ca\ui\data\sound\onescape",0.09,1};
  87. action = "";
  88. class AttributesImage
  89. {
  90. font = "Zeppelin32";
  91. color = "#E5E5E5";
  92. align = "left";
  93. };
  94. };
  95.  
  96. class RscStrText
  97. {
  98. access = 0;
  99. type = 13;
  100. idc = -1;
  101. style = 0;
  102. colorText[] = {0.8784,0.8471,0.651,1};
  103. class Attributes
  104. {
  105. font = "Zeppelin32";
  106. color = "#e0d8a6";
  107. align = "center";
  108. shadow = 1;
  109. };
  110. x = 0;
  111. y = 0;
  112. h = 0.035;
  113. w = 0.1;
  114. text = "";
  115. size = 0.03921;
  116. shadow = 2;
  117. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement