Files
2HUCardTDGame/content/panorama/layout/custom_game/shop.xml
2022-07-23 13:13:52 -04:00

24 lines
775 B
XML

<!-- xml reconstructed by ValveResourceFormat: https://vrf.steamdb.info/ -->
<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)" />
</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>