Advertisement
Bob_the_K

defines.hpp

Dec 22nd, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. class E_RscButton
  2. {
  3. access = 0;
  4. type = 1;
  5. text = "";
  6. colorText[] = {0.8784,0.8471,0.651,1};
  7. colorDisabled[] = {0.4,0.4,0.4,1};
  8. colorBackground[] = {1,0.537,0,0.5};
  9. colorBackgroundDisabled[] = {0.95,0.95,0.95,1};
  10. colorBackgroundActive[] = {1,0.537,0,1};
  11. colorFocused[] = {1,0.537,0,1};
  12. colorShadow[] = {0.023529,0,0.0313725,1};
  13. colorBorder[] = {0.023529,0,0.0313725,1};
  14. soundEnter[] = {"\ca\ui\data\sound\onover",0.09,1};
  15. soundPush[] = {"\ca\ui\data\sound\new1",0,0};
  16. soundClick[] = {"\ca\ui\data\sound\onclick",0.07,1};
  17. soundEscape[] = {"\ca\ui\data\sound\onescape",0.09,1};
  18. style = 2;
  19. x = 0;
  20. y = 0;
  21. w = 0.095589;
  22. h = 0.039216;
  23. shadow = 2;
  24. font = "Bitstream";
  25. sizeEx = 0.03921;
  26. offsetX = 0.003;
  27. offsetY = 0.003;
  28. offsetPressedX = 0.002;
  29. offsetPressedY = 0.002;
  30. borderSize = 0;
  31. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement