Advertisement
Guest User

Untitled

a guest
Jan 17th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. "Resource/UI/HudPlayerHealth.res"
  2. {
  3. // player health data
  4. "HudPlayerHealth"
  5. {
  6. "ControlName" "EditablePanel"
  7. "fieldName" "HudPlayerHealth"
  8. "xpos" "0" [$WIN32]
  9. "ypos" "0" [$WIN32]
  10. "zpos" "2"
  11. "wide" "f0"
  12. "tall" "480"
  13. "visible" "1"
  14. "enabled" "1"
  15. "HealthBonusPosAdj" "35"
  16. "HealthDeathWarning" "0.49"
  17. "HealthDeathWarningColor" "HUDDeathWarning"
  18. }
  19. "PlayerStatusHealthImage"
  20. {
  21. "ControlName" "ImagePanel"
  22. "fieldName" "PlayerStatusHealthImage"
  23. "xpos" "400"
  24. "ypos" "35"
  25. "zpos" "4"
  26. "wide" "51"
  27. "tall" "51"
  28. "visible" "0"
  29. "enabled" "1"
  30. "scaleImage" "1"
  31. }
  32. "PlayerStatusHealthImageBG"
  33. {
  34. "ControlName" "ImagePanel"
  35. "fieldName" "PlayerStatusHealthImageBG"
  36. "xpos" "999999"
  37. }
  38. "PlayerStatusHealthBonusImage"
  39. {
  40. "ControlName" "ImagePanel"
  41. "fieldName" "PlayerStatusHealthBonusImage"
  42. "xpos" "999999"
  43. }
  44. "PlayerStatusHealthValue"
  45. {
  46. "ControlName" "CExLabel"
  47. "fieldName" "PlayerStatusHealthValue"
  48. "xpos" "c-25"
  49. "ypos" "c79" [$WIN32]
  50. "zpos" "5"
  51. "wide" "50"
  52. "tall" "31"
  53. "visible" "1"
  54. "enabled" "1"
  55. "labelText" "%Health%"
  56. "textAlignment" "center"
  57. "font" "roboto34"
  58. "fgcolor" "255 255 255 255"
  59. }
  60. "PlayerHealthBG"
  61. {
  62. "ControlName" "CExImageButton"
  63. "fieldName" "PlayerHealthBG"
  64. "xpos" "c-25"
  65. "ypos" "c80"
  66. "zpos" "2"
  67. "wide" "50"
  68. "tall" "30"
  69. "visible" "1"
  70. "enabled" "1"
  71. "defaultbgcolor_override" "0 0 0 130"
  72. "PaintBackgroundType" "0"
  73. "TextInsetX" "999999"
  74. }
  75. "PlayerStatusBleedImage"
  76. {
  77. "ControlName" "ImagePanel"
  78. "fieldName" "PlayerStatusBleedImage"
  79. "xpos" "999999"
  80. }
  81. "PlayerStatusMilkImage"
  82. {
  83. "ControlName" "ImagePanel"
  84. "fieldName" "PlayerStatusMilkImage"
  85. "xpos" "999999"
  86. }
  87. "PlayerStatusMarkedForDeathImage"
  88. {
  89. "ControlName" "ImagePanel"
  90. "fieldName" "PlayerStatusMarkedForDeathImage"
  91. "xpos" "78"
  92. "ypos" "275"
  93. "zpos" "7"
  94. "wide" "32"
  95. "tall" "32"
  96. "visible" "1"
  97. "enabled" "1"
  98. "scaleImage" "1"
  99. "image" "../vgui/marked_for_death"
  100. "fgcolor" "TanDark""
  101. }
  102. "PlayerStatusMarkedForDeathSilentImage"
  103. {
  104. "ControlName" "ImagePanel"
  105. "fieldName" "PlayerStatusMarkedForDeathSilentImage"
  106. "xpos" "78"
  107. "ypos" "275"
  108. "zpos" "7"
  109. "wide" "32"
  110. "tall" "32"
  111. "visible" "1"
  112. "enabled" "1"
  113. "scaleImage" "1"
  114. "image" "../vgui/marked_for_death"
  115. "fgcolor" "TanDark"
  116. }
  117. "PlayerStatus_MedicUberBulletResistImage"
  118. {
  119. "ControlName" "ImagePanel"
  120. "fieldName" "PlayerStatus_MedicUberBulletResistImage"
  121. "xpos" "999999"
  122. }
  123. "PlayerStatus_MedicUberBlastResistImage"
  124. {
  125. "ControlName" "ImagePanel"
  126. "fieldName" "PlayerStatus_MedicUberBlastResistImage"
  127. "xpos" "999999"
  128. }
  129. "PlayerStatus_MedicUberFireResistImage"
  130. {
  131. "ControlName" "ImagePanel"
  132. "fieldName" "PlayerStatus_MedicUberFireResistImage"
  133. "xpos" "999999"
  134. }
  135.  
  136. "PlayerStatus_MedicSmallBulletResistImage"
  137. {
  138. "ControlName" "ImagePanel"
  139. "fieldName" "PlayerStatus_MedicSmallBulletResistImage"
  140. "xpos" "999999"
  141. }
  142. "PlayerStatus_MedicSmallBlastResistImage"
  143. {
  144. "ControlName" "ImagePanel"
  145. "fieldName" "PlayerStatus_MedicSmallBlastResistImage"
  146. "xpos" "999999"
  147. }
  148. "PlayerStatus_MedicSmallFireResistImage"
  149. {
  150. "ControlName" "ImagePanel"
  151. "fieldName" "PlayerStatus_MedicSmallFireResistImage"
  152. "xpos" "999999"
  153. }
  154.  
  155.  
  156. "PlayerStatus_WheelOfDoom"
  157. {
  158. "ControlName" "ImagePanel"
  159. "fieldName" "PlayerStatus_WheelOfDoom"
  160. "xpos" "999999"
  161. }
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement