Advertisement
Guest User

Untitled

a guest
Mar 24th, 2016
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. "WatchStreamButton"
  2. {
  3. "ControlName" "EditablePanel"
  4. "fieldName" "WatchStreamButton"
  5. "xpos" "c204"
  6. "ypos" "28"
  7. "zpos" "1"
  8. "wide" "32"
  9. "tall" "32"
  10. "autoResize" "0"
  11. "pinCorner" "3"
  12. "visible" "1"
  13. "enabled" "1"
  14. "tabPosition" "0"
  15.  
  16. "navUp" "Notifications_Panel"
  17. "navLeft" "SettingsButton"
  18.  
  19. "SubButton"
  20. {
  21. "ControlName" "CExImageButton"
  22. "fieldName" "SubButton"
  23. "xpos" "0"
  24. "ypos" "0"
  25. "wide" "f0"
  26. "tall" "f0"
  27. "autoResize" "0"
  28. "pinCorner" "3"
  29. "visible" "1"
  30. "enabled" "1"
  31. "tabPosition" "0"
  32. "textinsetx" "25"
  33. "labelText" ""
  34. "use_proportional_insets" "1"
  35. "font" "HudFontSmallBold"
  36. "command" "watch_stream"
  37. "textAlignment" "west"
  38. "dulltext" "0"
  39. "brighttext" "0"
  40. "default" "1"
  41. "sound_depressed" "UI/buttonclick.wav"
  42. "sound_released" "vo/null.mp3"
  43. "actionsignallevel" "2"
  44. "proportionaltoparent" "1"
  45.  
  46. "sound_depressed" "UI/buttonclick.wav"
  47. "sound_released" "UI/buttonclickrelease.wav"
  48. "paintbackground" "0"
  49. "paintborder" "0"
  50. "image_drawcolor" "235 226 202 255"
  51. "image_armedcolor" "255 255 255 255"
  52.  
  53. "SubImage"
  54. {
  55. "ControlName" "ImagePanel"
  56. "fieldName" "SubImage"
  57. "xpos" "cs-0.5"
  58. "ypos" "cs-0.5"
  59. "zpos" "1"
  60. "wide" "f0"
  61. "tall" "f0"
  62. "visible" "1"
  63. "enabled" "1"
  64. "scaleImage" "1"
  65. "image" "button_streaming"
  66.  
  67. "proportionaltoparent" "1"
  68. "mouseinputenabled" "0"
  69. "keyboardinputenabled" "0"
  70. }
  71. }
  72. }
  73.  
  74. "StreamListPanel"
  75. {
  76. "ControlName" "CTFStreamListPanel"
  77. "fieldName" "StreamListPanel"
  78. "xpos" "c5"
  79. "ypos" "65"
  80. "zpos" "1"
  81. "wide" "300"
  82. "tall" "350"
  83. "visible" "0"
  84. "PaintBackgroundType" "2"
  85. "paintbackground" "0"
  86. "border" "MainMenuHighlightBorder"
  87.  
  88. "navDown" "SettingsButton" // when a sub element can't nav down it will pass through this
  89. "navLeft" "WatchStreamButton" // when a sub element can't nav left it will pass through this
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement