Advertisement
Guest User

StatusSpec Config Example

a guest
Jun 1st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. "Resource/UI/SpectatorTournament.res"
  2. {
  3. "specgui"
  4. {
  5. "ControlName" "Frame"
  6. "fieldName" "specgui"
  7. "wide" "f0"
  8. "tall" "480"
  9. "autoResize" "0"
  10. "pinCorner" "0"
  11. "enabled" "1"
  12.  
  13. "team1_player_base_offset_x" "0"
  14. "team1_player_base_y" "221"
  15. "team1_player_delta_x" "0"
  16. "team1_player_delta_y" "-15"
  17. "team2_player_base_offset_x" "0"
  18. "team2_player_base_y" "241"
  19. "team2_player_delta_x" "0"
  20. "team2_player_delta_y" "15"
  21.  
  22. "playerpanels_kv"
  23. {
  24. "visible" "0"
  25. "wide" "220"
  26. "tall" "15"
  27. "zpos" "0"
  28.  
  29. "color_ready" "0 255 0 220"
  30. "color_notready" "0 0 0 220"
  31.  
  32. "tabPosition" "0"
  33.  
  34. ...
  35.  
  36. "loadouticons"
  37. {
  38. "ControlName" "Panel"
  39. "fieldName" "loadouticons"
  40. "xpos" "16"
  41. "ypos" "0"
  42. "zpos" "2"
  43. "wide" "60"
  44. "tall" "15"
  45. "visible" "1"
  46. "enabled" "1"
  47. }
  48.  
  49. "statusicons"
  50. {
  51. "ControlName" "Panel"
  52. "fieldName" "statusicons"
  53. "xpos" "220"
  54. "ypos" "0"
  55. "zpos" "2"
  56. "wide" "0"
  57. "tall" "15"
  58. "visible" "1"
  59. "enabled" "1"
  60. }
  61. }
  62.  
  63. }
  64.  
  65. ...
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement