Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. class RscPicture
  2. {
  3. type=0;
  4. idc=-1;
  5. style=2;
  6. colorBackground[]={0,0,0,0};
  7. colorText[]={1,1,1,1};
  8. font="BitStream";
  9. size=1;
  10. };
  11.  
  12. class RscTitles
  13. {
  14. titles[]={"Outro"};
  15.  
  16. class Outro
  17. {
  18. idd=-1;
  19. movingEnable=0;
  20. duration=22;
  21. fadein=0;
  22. name="Outro";
  23. controls[]={"Helm"};
  24.  
  25. class Helm : RscPicture
  26. {
  27. style=48;
  28. text="images\cruzcaballero.paa";
  29. sizeEx = 0.04;
  30. x=0.10;
  31. y=0.15;
  32. w=0.80;
  33. h=0.35;
  34. };
  35. };
  36. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement