24 lines
713 B
XML
24 lines
713 B
XML
<root>
|
|
<styles>
|
|
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
|
|
<include src="s2r://panorama/styles/custom_game/shop.vcss_c" />
|
|
</styles>
|
|
<scripts>
|
|
<include src="s2r://panorama/scripts/custom_game/shop.vjs_c" />
|
|
</scripts>
|
|
<Panel hittest="false" class="ShopRoot" >
|
|
<Panel id="ShopContent" class="Hidden" onactivate="" >
|
|
<Panel id="AbilityList" />
|
|
<Button id="CloseShopButton" onactivate="ToggleStyle(ShopContent, Hidden)" >
|
|
</Button>
|
|
</Panel>
|
|
<Panel id="BottomBar" >
|
|
<Panel id="BottomBarBG" />
|
|
<Button id="ShopButton" onactivate="ToggleStyle(ShopContent, Hidden)">
|
|
<Label id="GoldText" text="" />
|
|
<Panel id="GoldIcon" />
|
|
</Button>
|
|
</Panel>
|
|
</Panel>
|
|
</root>
|