Advertisement
Guest User

zzzz

a guest
Nov 21st, 2013
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1.  
  2. "RespecBackground"
  3. {
  4. "ControlName" "ScalableImagePanel"
  5. "fieldName" "RespecBackground"
  6. "xpos" "0"
  7. "ypos" "80"
  8. "wide" "250"
  9. "tall" "25"
  10. "autoResize" "0"
  11. "pinCorner" "0"
  12. "visible" "0"
  13. "enabled" "1"
  14. "image" "../HUD/tournament_panel_brown"
  15.  
  16. "src_corner_height" "22" // pixels inside the image
  17. "src_corner_width" "22"
  18.  
  19. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  20. "draw_corner_height" "5"
  21. }
  22.  
  23. "RespecContainer"
  24. {
  25. "ControlName" "EditablePanel"
  26. "fieldName" "RespecContainer"
  27. "xpos" "0"
  28. "ypos" "80"
  29. "wide" "250"
  30. "tall" "25"
  31. "visible" "1"
  32. "PaintBackgroundType" "2"
  33.  
  34. "RespecTextLabelWin"
  35. {
  36. "ControlName" "CExLabel"
  37. "fieldName" "RespecTextLabelWin"
  38. "font" "HudFontSmall"
  39. "labelText" "#TF_PVE_Respecs"
  40. "textAlignment" "center"
  41. "xpos" "0"
  42. "ypos" "3"
  43. "wide" "160"
  44. "tall" "20"
  45. "fgcolor" "tanlight"
  46. }
  47.  
  48. "RespecCountLabel"
  49. {
  50. "ControlName" "CExLabel"
  51. "fieldName" "RespecCountLabel"
  52. "font" "HudFontSmall"
  53. "labelText" "%respeccount%"
  54. "textAlignment" "center"
  55. "xpos" "145"
  56. "ypos" "3"
  57. "wide" "30"
  58. "tall" "20"
  59. "fgcolor" "CreditsGreen"
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement