Advertisement
Guest User

hudplayerhealth

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