Advertisement
Guest User

Untitled

a guest
Oct 16th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. "MedigunPanelChargeTypeIcon"
  2. {
  3. "ControlName" "ImagePanel"
  4. "fieldName" "MedigunPanelChargeTypeIcon"
  5. "xpos" "3"
  6. "ypos" "2"
  7. "zpos" "2"
  8. "wide" "14"
  9. "tall" "14"
  10. "visible" "1"
  11. "enabled" "1"
  12. "scaleImage" "1"
  13.  
  14. "medigun-medigun"
  15. {
  16. "image" "replay/thumbnails/ubercharge"
  17. }
  18.  
  19. "medigun-kritzkrieg"
  20. {
  21. "image" "replay/thumbnails/critboost"
  22. }
  23.  
  24. "medigun-quickfix"
  25. {
  26. "team-red"
  27. {
  28. "image" "replay/thumbnails/megaheal_red"
  29. }
  30.  
  31. "team-blu"
  32. {
  33. "image" "replay/thumbnails/megaheal_blue"
  34. }
  35. }
  36.  
  37. "medigun-vaccinator"
  38. {
  39. "team-red"
  40. {
  41. "resist-bullet"
  42. {
  43. "image" "replay/thumbnails/defense_buff_bullet_red"
  44. }
  45.  
  46. "resist-explosive"
  47. {
  48. "image" "replay/thumbnails/defense_buff_explosion_red"
  49. }
  50.  
  51. "resist-fire"
  52. {
  53. "image" "replay/thumbnails/defense_buff_fire_red"
  54. }
  55. }
  56.  
  57. "team-blu"
  58. {
  59. "resist-bullet"
  60. {
  61. "image" "replay/thumbnails/defense_buff_bullet_blue"
  62. }
  63.  
  64. "resist-explosive"
  65. {
  66. "image" "replay/thumbnails/defense_buff_explosion_blue"
  67. }
  68.  
  69. "resist-fire"
  70. {
  71. "image" "replay/thumbnails/defense_buff_fire_blue"
  72. }
  73. }
  74. }
  75.  
  76. "player-dead"
  77. {
  78. "visible" "0"
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement