Advertisement
Guest User

logo.hpp

a guest
Aug 15th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. class RscTitles {
  2. class wm_disp {
  3. idd = -1;
  4. onLoad = "uiNamespace setVariable ['wm_disp', _this select 0]";
  5. fadein = 0;
  6. fadeout = 0;
  7. duration = 10e10;
  8. controlsBackground[] = {};
  9. objects[] = {};
  10. class controls {
  11. class wm_text2 {
  12. idc = 1;
  13. x = safeZoneX+0.027;//safeZoneW*0.01;
  14. y = safeZoneY+safeZoneH-0.16;
  15. w = 0.151*safeZoneH;
  16. h = 0.057*safeZoneH;
  17. shadow = 2;
  18. class Attributes
  19. {
  20. font = "EtelkaNarrowMediumPro";
  21. color = "#24FFFFFF";
  22. align = "left";
  23. valign = "middle";
  24. shadow = 2;
  25. };
  26. colorBackground[] = { 1, 0.3, 0, 0 };
  27. font = "EtelkaNarrowMediumPro";
  28. size = 0.06*safeZoneH;
  29. type = 13;
  30. style = 0;
  31. text="";
  32. };
  33. };
  34. };
  35. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement