Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. menuDef {
  2. rect 315 243.4 0 0
  3. visible 1
  4.  
  5. itemdef { //left shadow
  6. rect -.3 .5 0 0
  7. visible 1
  8. textscale .2
  9. text "[+]"
  10. forecolor 0 0 0 1
  11. }
  12.  
  13. itemdef { //right shadow
  14. rect .4 .5 0 0
  15. visible 1
  16. textscale .2
  17. text "[+]"
  18. forecolor 0 0 0 1
  19. }
  20.  
  21. itemdef { //bottom shadow
  22. rect 0 1 0 0
  23. visible 1
  24. textscale .2
  25. text "[+]"
  26. forecolor 0 0 0 1
  27. }
  28.  
  29. itemdef { //top shadow
  30. rect 0 0 0 0
  31. visible 1
  32. textscale .2
  33. text "[+]"
  34. forecolor 0 0 0 1
  35. }
  36.  
  37. itemdef { //orange plus
  38. rect 0 .5 0 0
  39. visible 1
  40. textscale .2
  41. text "[+]"
  42. forecolor .878 .369 0 1
  43. }
  44.  
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement