Advertisement
Guest User

Untitled

a guest
Jan 10th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. "Resource/UI/AnnotationsPanelCallout.res"
  2. {
  3. "AnnotationsPanelCallout"
  4. {
  5. "ArrowIcons"
  6. {
  7. "left" "../hud/freezecam_callout_arrow_left"
  8. "right" "../hud/freezecam_callout_arrow_right"
  9. "down" "../hud/freezecam_callout_arrow"
  10. }
  11.  
  12. // "bgcolor_override" "255 0 0 255"
  13. // "PaintBackgroundType" "1"
  14. }
  15.  
  16. "CalloutBG"
  17. {
  18. "ControlName" "CTFImagePanel"
  19. "fieldName" "CalloutBG"
  20. "xpos" "0"
  21. "ypos" "0"
  22. "zpos" "0"
  23. "wide" "76"
  24. "tall" "24"
  25. "visible" "0"
  26. "enabled" "0"
  27. "image" "../hud/color_panel_brown"
  28. "scaleImage" "1"
  29. "teambg_2" "../hud/color_panel_red" // Reversed, due to showing killer's name
  30. "teambg_3" "../hud/color_panel_blu" // Reversed, due to showing killer's name
  31.  
  32. "src_corner_height" "23" // pixels inside the image
  33. "src_corner_width" "23"
  34.  
  35. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  36. "draw_corner_height" "5"
  37. }
  38. "CalloutLabel"
  39. {
  40. "ControlName" "CExLabel"
  41. "fieldName" "CalloutLabel"
  42. "font" "HudFontSmall"
  43. "xpos" "0"
  44. "ypos" "0"
  45. "zpos" "2"
  46. "autoResize" "1"
  47. "pinCorner" "0"
  48. "visible" "0"
  49. "enabled" "0"
  50. "labelText" "#AnnotationPanel_Callout"
  51. "textAlignment" "center"
  52. "dulltext" "0"
  53. "brighttext" "0"
  54. }
  55. "ArrowIcon"
  56. {
  57. "ControlName" "ImagePanel"
  58. "fieldName" "ArrowIcon"
  59. "xpos" "20"
  60. "ypos" "35"
  61. "zpos" "3"
  62. "wide" "20"
  63. "tall" "10"
  64. "visible" "0"
  65. "enabled" "0"
  66. "image" "../hud/freezecam_callout_arrow"
  67. "scaleImage" "1"
  68. }
  69. "DistanceLabel"
  70. {
  71. "ControlName" "CExLabel"
  72. "fieldName" "DistanceLabel"
  73. "font" "HudFontSmallest"
  74. "xpos" "0"
  75. "ypos" "28"
  76. "zpos" "2"
  77. "wide" "70"
  78. "tall" "10"
  79. "autoResize" "1"
  80. "pinCorner" "0"
  81. "visible" "0"
  82. "enabled" "0"
  83. "labelText" ""
  84. "textAlignment" "center"
  85. "dulltext" "0"
  86. "brighttext" "0"
  87. }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement