Advertisement
frightfulactions

vanillawindow

Sep 28th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.24 KB | None | 0 0
  1.     <window name="HUDLeftStatBars">
  2.         <grid name="hud" pos="9,98" rows="2" cols="1" width="168" cell_width="168" cell_height="46" repeat_content="false" side="left" >
  3.             <rect width="168" height="43" controller="HUDStatBar" stat_type="Stamina" visible="{statvisible}">
  4.                 <sprite depth="1" name="border" color="0,0,0,100" height="43" type="sliced"/>
  5.                 <sprite depth="2" pos="3,-3"  name="background" height="37" width="162" color="64,64,64,100" type="sliced" />
  6.                 <sprite depth="3" pos="3,-3"  name="BarContent" sprite="{statimage|once}" type="filled" height="37" width="162" fill="0"  />
  7.                 <sprite depth="4" name="Icon" atlas="{staticonatlas|once}" sprite="{staticon|once}" size="32,32" pos="8,-6" foregroundlayer="true"/>
  8.                 <label depth="6" name="TextContent" pos="0,-8" font_size="28" color="[white]" justify="center" pivot="topleft" text="{statcurrentwithmax}" height="30"/>
  9.             </rect>
  10.            
  11.             <rect width="168" height="43" controller="HUDStatBar" stat_type="Health" visible="{statvisible}">
  12.                 <sprite depth="1" name="border" color="0,0,0,100" height="43" type="sliced" />
  13.                 <sprite depth="2" pos="3,-3"  name="background" height="37" width="162" color="64,64,64,100" type="sliced" />
  14.                 <sprite depth="3" pos="3,-3"  name="BarContent" sprite="{statimage|once}" type="filled" height="37" width="162" fill="0" />
  15.                 <sprite depth="4" name="Icon" atlas="{staticonatlas|once}" sprite="{staticon|once}" size="32,32" pos="8,-6" foregroundlayer="true"/>
  16.                 <label depth="6" name="TextContent" pos="0,-8" font_size="28" color="[white]" justify="center" pivot="topleft" text="{statcurrentwithmax}" height="30"/>
  17.             </rect>
  18.         </grid>
  19.        
  20.         <rect name="hud" pos="93,124" side="left" controller="BuffPopoutList" pivot="BottomLeft" >
  21.             <panel width="168" height="43" name="item" visible="false" pivot="right" disableautobackground="true" pos="70, 0" >
  22.                 <sprite depth="3" pos="0,0"  name="Background" sprite="ui_game_popup" height="43" width="162" pivot="center" flip="Horizontally" color="[transparent]" />
  23.                 <sprite depth="4" name="Icon" size="36,32" pos="-58,0" pivot="center" color="[transparent]"/>
  24.                 <label depth="6" name="TextContent" pos="0,0" font_size="28" color="[white]" justify="center" height="30" pivot="center"/>
  25.             </panel>
  26.         </rect>
  27.     </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement