Guest User

Untitled

a guest
Oct 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. -- hudlayout.res
  2. xHair
  3. {
  4. "controlName" "CExLabel"
  5. "fieldName" "xHair"
  6. "visible" "1"
  7. "enabled" "1"
  8. "zpos" "1"
  9.  
  10. "xpos" "c-7"
  11. "ypos" "c-7"
  12. "wide" "14"
  13. "tall" "13"
  14.  
  15. "font" "xHair"
  16. "labelText" "+"
  17. "textAlignment" "center"
  18. }
  19. xHairCircle
  20. {
  21. "controlName" "CExLabel"
  22. "fieldName" "xHairCircle"
  23. "visible" "0"
  24. "enabled" "1"
  25. "zpos" "2"
  26.  
  27. "xpos" "c-100"
  28. "ypos" "c-100"
  29. "wide" "200"
  30. "tall" "200"
  31.  
  32. "font" "xHairCircle"
  33. "labelText" "o"
  34. "textAlignment" "center"
  35.  
  36. "fgcolor" "255 255 255 192"
  37. }
  38.  
  39.  
  40. -- clientscheme.res in fonts section (not bitmap fonts)
  41. "xHair"
  42. {
  43. "1"
  44. {
  45. "name" "Courier"
  46. "tall" "20"
  47. "weight" "0"
  48. "outline" "1"
  49. }
  50. }
  51.  
  52. "xHairCircle"
  53. {
  54. "1"
  55. {
  56. "name" "Courier New"
  57. "tall" "72"
  58. "weight" "0"
  59. "antialias" "1"
  60. }
  61. }
Add Comment
Please, Sign In to add comment