Advertisement
Guest User

Untitled

a guest
Jun 14th, 2015
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. "Resource/UI/HudDamageAccount.res"
  2. {
  3. // CENTRAL DAMAGE NUMBERS
  4.  
  5. "DamageAccountValue"
  6. {
  7. "ControlName" "CExLabel"
  8. "fieldName" "DamageAccountValue"
  9. "xpos" "c-42"
  10. "ypos" "c7"
  11. "zpos" "2"
  12. "wide" "80"
  13. "tall" "17"
  14. "visible" "1" //change this value to 1 in order to enable damage below hp
  15. "enabled" "1"
  16. "labelText" "%metal%"
  17. "textAlignment" "center"
  18. "fgcolor" "255 140 0 255"
  19. "font" "Exo Bold 16"
  20. }
  21. "DamageAccountValueShadow"
  22. {
  23. "ControlName" "CExLabel"
  24. "fieldname" "DamageAccountValueShadow"
  25. "xpos" "c-41"
  26. "ypos" "c8"
  27. "zpos" "2"
  28. "wide" "80"
  29. "tall" "18"
  30. "visible" "1" //change this value to 1 in order to enable damage below hp
  31. "enabled" "1"
  32. "labelText" "%metal%"
  33. "textAlignment" "center"
  34. "fgcolor" "0 0 0 255"
  35. "font" "Exo Bold 16"
  36. }
  37.  
  38. // FLOATING DAMAGE NUMBERS (DISABLED)
  39.  
  40. "CDamageAccountPanel"
  41. {
  42. "fieldName" "CDamageAccountPanel"
  43. "text_x" "0"
  44. "text_y" "0"
  45. "delta_item_end_y" "0"
  46. "PositiveColor" "0 200 0 255"
  47. "NegativeColor" "255 140 0 255"
  48. "delta_lifetime" "2"
  49. "delta_item_font" ""
  50. "delta_item_font_big" ""
  51. }
  52.  
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement