Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. "Resource/UI/HudStopWatch.res"
  2. {
  3. "HudStopWatchBG"
  4. {
  5. "ControlName" "ScalableImagePanel"
  6. "fieldName" "HudStopWatchBG"
  7. "xpos" "0"
  8. "ypos" "5"
  9. "zpos" "-1"
  10. "wide" "110"
  11. "tall" "24"
  12. "autoResize" "0"
  13. "pinCorner" "0"
  14. "visible" "1"
  15. "enabled" "1"
  16. "image" "../HUD/tournament_panel_brown"
  17.  
  18.  
  19. "src_corner_height" "23" // pixels inside the image
  20. "src_corner_width" "23"
  21.  
  22. "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
  23. "draw_corner_height" "7"
  24. }
  25.  
  26. "StopWatchImageCaptureTime"
  27. {
  28. "ControlName" "ImagePanel"
  29. "fieldName" "StopWatchImageCaptureTime"
  30. "xpos" "3"
  31. "ypos" "10"
  32. "zpos" "0"
  33. "wide" "16"
  34. "tall" "16"
  35. "visible" "1"
  36. "enabled" "1"
  37. "image" "../hud/ico_time_10"
  38. "scaleImage" "1"
  39. //"teambg_2" "../hud/objectives_timepanel_red_bg"
  40. //"teambg_3" "../hud/objectives_timepanel_blue_bg"
  41. }
  42.  
  43. "ObjectiveStatusTimePanel"
  44. {
  45. "ControlName" "EditablePanel"
  46. "fieldName" "ObjectiveStatusTimePanel"
  47. "xpos" "22"
  48. "ypos" "5"
  49. "zpos" "1"
  50. "wide" "45"
  51. "tall" "24"
  52. "visible" "0"
  53. "enabled" "1"
  54.  
  55. "TimePanelValue"
  56. {
  57. "ControlName" "CExLabel"
  58. "fieldName" "TimePanelValue"
  59. "font" "DefaultLargeShadow"
  60. "fgcolor" "TanLight"
  61. "xpos" "0"
  62. "ypos" "0"
  63. "zpos" "3"
  64. "wide" "45"
  65. "tall" "24"
  66. "visible" "1"
  67. "enabled" "1"
  68. "textAlignment" "center"
  69. }
  70.  
  71. "TimePanelBG2"
  72. {
  73. "ControlName" "CTFImagePanel"
  74. "fieldName" "TimePanelBG2"
  75. "visible" "0"
  76. }
  77. }
  78.  
  79. "StopWatchScoreToBeat"
  80. {
  81. "ControlName" "CExLabel"
  82. "fieldName" "StopWatchScoreToBeat"
  83. "font" "HudFontMediumBold"
  84. "labelText" "%scoretobeat%"
  85. "textAlignment" "east"
  86. "xpos" "0"
  87. "ypos" "2"
  88. "zpos" "4"
  89. "wide" "78"
  90. "tall" "30"
  91. "autoResize" "0"
  92. "pinCorner" "0"
  93. "visible" "0"
  94. "enabled" "1"
  95. }
  96. "StopWatchPointsLabel"
  97. {
  98. "ControlName" "CExLabel"
  99. "fieldName" "StopWatchPointsLabel"
  100. "font" "DefaultSmall" //"HudFontSmallest"
  101. "labelText" "%pointslabel%"
  102. "textAlignment" "east"
  103. "xpos" "0"
  104. "ypos" "5"
  105. "zpos" "4"
  106. "wide" "104"
  107. "tall" "24"
  108. "autoResize" "0"
  109. "pinCorner" "0"
  110. "visible" "1"
  111. "enabled" "1"
  112. "wrap" "0"
  113. }
  114.  
  115. "StopWatchLabel"
  116. {
  117. "ControlName" "CExLabel"
  118. "fieldName" "StopWatchLabel"
  119. "font" "DefaultSmall" //"HudFontSmallest"
  120. "labelText" "%stopwatchlabel%"
  121. "textAlignment" "center"
  122. "xpos" "20"
  123. "ypos" "5"
  124. "zpos" "4"
  125. "wide" "84"
  126. "tall" "24"
  127. "autoResize" "0"
  128. "pinCorner" "0"
  129. "visible" "0"
  130. "enabled" "1"
  131. "wrap" "1"
  132. }
  133.  
  134. "HudStopWatchDescriptionBG"
  135. {
  136. "ControlName" "ScalableImagePanel"
  137. "fieldName" "HudStopWatchDescriptionBG"
  138. "xpos" "0"
  139. "ypos" "27"
  140. "zpos" "-1"
  141. "wide" "110"
  142. "tall" "16"
  143. "autoResize" "0"
  144. "pinCorner" "0"
  145. "visible" "0"
  146. "enabled" "1"
  147. "image" "../HUD/tournament_panel_brown"
  148.  
  149.  
  150. "src_corner_height" "23" // pixels inside the image
  151. "src_corner_width" "23"
  152.  
  153. "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
  154. "draw_corner_height" "7"
  155. }
  156.  
  157.  
  158. "StopWatchDescriptionLabel"
  159. {
  160. "ControlName" "CExLabel"
  161. "fieldName" "StopWatchDescriptionLabel"
  162. "font" "DefaultSmallShadow"
  163. "labelText" "%descriptionlabel%"
  164. "textAlignment" "center"
  165. "xpos" "0"
  166. "ypos" "27"
  167. "zpos" "4"
  168. "wide" "110"
  169. "tall" "16"
  170. "visible" "0"
  171. "enabled" "1"
  172. "wrap" "0"
  173. }
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement