restructure
This commit is contained in:
23
content/panorama/layout/custom_game/shop.xml
Normal file
23
content/panorama/layout/custom_game/shop.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user