restructure

This commit is contained in:
2021-11-10 08:48:00 -05:00
parent d3eac6b70e
commit aaa089715d
12018 changed files with 6424 additions and 135034 deletions

View File

@@ -0,0 +1,34 @@
<root>
<styles>
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
<include src="s2r://panorama/styles/custom_game/dps_panel.vcss_c" />
</styles>
<scripts>
<include src="s2r://panorama/scripts/custom_game/dps_panel.vjs_c" />
</scripts>
<snippets>
<snippet name="Tower">
<Panel class="Tower" >
<DOTAItemImage id="Item" itemname="" hittest="false" />
<Panel id="DPS_info" >
<Panel id="DPS_bar" />
<Label id="DPS" text="" />
<Label id="DPS_pct" text="%" />
</Panel>
</Panel>
</snippet>
</snippets>
<Panel hittest="false" class="DPSPanelRoot ShowTime">
<Panel id="TowerListHeader" onactivate="$.GetContextPanel().ToggleClass('ShowTime')" >
<Label text="#td_tower_dps_title" />
</Panel>
<Panel id="FoodCountPanel" onmouseover="DOTAShowTextTooltip(td_food_count_text)" onmouseout="DOTAHideTextTooltip()" >
<Label id="FoodCount" text="#td_food_count" />
</Panel>
<Panel id="TowerList" >
<Panel />
</Panel>
<Label id="KillCount" text="#td_creature_kill_count" />
</Panel>
</root>