Advertisement
useless28

Untitled

Jan 2nd, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.93 KB | None | 0 0
  1. "Resource/UI/SpectatorGUI.res"
  2. {
  3.     "SpectatorGUI"
  4.     {
  5.         "ControlName"   "Frame"
  6.         "fieldName"     "SpectatorGUI"
  7.         "tall"          "480"
  8.         "autoResize"    "0"
  9.         "pinCorner"     "0"
  10.         "visible"       "1"
  11.         "enabled"       "1"
  12.         "tabPosition"   "0"
  13.     }
  14.     "TopBar"
  15.     {
  16.         "ControlName"   "Panel"
  17.         "fieldName"     "TopBar"
  18.         "xpos"          "0"
  19.         "ypos"          "0"
  20.         "tall"          "66"
  21.         "autoResize"    "0"
  22.         "pinCorner"     "0"
  23.         "visible"       "1"
  24.         "enabled"       "0"
  25.         "tabPosition"   "0"
  26.     }
  27.     "BottomBar"
  28.     {
  29.         "ControlName"   "Panel"
  30.         "fieldName"     "BottomBar"
  31.         "xpos"          "0"
  32.         "ypos"          "413"
  33.         "tall"          "66"
  34.         "autoResize"    "0"
  35.         "pinCorner"     "0"
  36.         "visible"       "0"
  37.         "enabled"       "0"
  38.         "tabPosition"   "0"
  39.     }
  40.     "bottombarblank"
  41.     {
  42.         "ControlName"   "Panel"
  43.         "fieldName"     "bottombarblank"
  44.         "xpos"          "0"
  45.         "ypos"          "429"
  46.         "tall"          "52"        // this needs to match the size of BottomBar
  47.         "autoResize"    "0"
  48.         "pinCorner"     "0"
  49.         "visible"       "0"
  50.         "enabled"       "1"
  51.         "tabPosition"   "0"
  52.     }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement