Advertisement
Cooolbros

Pigman Toonhud Clientscheme

Jul 12th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. #base "clientscheme_colors.res"
  2. #base "clientscheme_borders.res"
  3. #base "clientscheme_fonts.res"
  4.  
  5. "Scheme"
  6. {
  7. "Borders"
  8. {
  9. "Pigman_SharpMainMenuButton"
  10. {
  11. "bordertype" "scalable_image"
  12. "image" "replay/thumbnails/mainmenu/mmbutton"
  13. "color" "0 0 0 200"
  14. "src_corner_height" "3"
  15. "src_corner_width" "3"
  16. "draw_corner_width" "1"
  17. "draw_corner_height" "1"
  18. }
  19. "Pigman_SharpMainMenuButtonArmed"
  20. {
  21. "bordertype" "scalable_image"
  22. "backgroundtype" "2"
  23. "image" "replay/thumbnails/mainmenu/mmbutton"
  24. "color" "156 53 51 255"
  25. "src_corner_height" "3"
  26. "src_corner_width" "3"
  27. "draw_corner_width" "1"
  28. "draw_corner_height" "1"
  29. }
  30. }
  31. "Fonts"
  32. {
  33. "Pigman_FontMainMenuItemSmall"
  34. {
  35. "1"
  36. {
  37. "name" "TF2 Build"
  38. "tall" "10"
  39. "weight" "400"
  40. "additive" "0"
  41. "antialias" "1"
  42. }
  43. }
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement