Advertisement
X39

Untitled

X39
Jul 3rd, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. class RscPicture {
  2. type = 0;
  3. idc = -1;
  4. style = 48;
  5. colorText[] = {0.75, 0.75, 0.75, 1};
  6. colorBackground[] = {0, 0, 0, 0};
  7. font = "Bitstream";
  8. sizeEx = 0.025;
  9. soundClick[] = {WFBE_SoundClick, 0.2, 1};
  10. soundEnter[] = {WFBE_SoundEnter, 0.2, 1};
  11. soundEscape[] = {WFBE_SoundEscape, 0.2, 1};
  12. soundPush[] = {"", 0.2, 1};
  13. w = 0.275;
  14. h = 0.04;
  15. text = "";
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement