Advertisement
Guest User

Untitled

a guest
Jun 25th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. HudDeathNotice
  2. {
  3. "fieldName" "HudDeathNotice"
  4. "visible" "1"
  5. "enabled" "1"
  6. "xpos" "r640" [$WIN32]
  7. "ypos" "12" [$WIN32]
  8. "xpos" "r672" [$X360]
  9. "ypos" "35" [$X360]
  10. "wide" "628"
  11. "tall" "468"
  12.  
  13. "MaxDeathNotices" "4"
  14. "IconScale" "0.35"
  15. "LineHeight" "16"
  16. "LineSpacing" "4"
  17. "CornerRadius" "3"
  18. "RightJustify" "1" // If 1, draw notices from the right
  19.  
  20. "TextFont" "Default"
  21.  
  22. "TeamBlue" "HUDBlueTeamSolid"
  23. "TeamRed" "HUDRedTeamSolid"
  24. "IconColor" "HudWhite"
  25. "LocalPlayerColor" "HUDBlack"
  26.  
  27. "BaseBackgroundColor" "46 43 42 220" [$WIN32]
  28. "LocalBackgroundColor" "245 229 196 200" [$WIN32]
  29. "BaseBackgroundColor" "32 32 32 255" [$X360]
  30. "LocalBackgroundColor" "0 0 0 255" [$X360]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement