real merge

This commit is contained in:
2022-07-23 13:13:52 -04:00
parent 7a3bbc10c8
commit 2af94f26ca
13 changed files with 240 additions and 345 deletions

View File

@@ -1,3 +1,4 @@
<!-- xml reconstructed by ValveResourceFormat: https://vrf.steamdb.info/ -->
<root>
<styles>
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
@@ -8,9 +9,9 @@
</scripts>
<snippets>
<snippet name="Tower">
<Panel class="Tower" >
<Panel class="Tower">
<DOTAItemImage id="Item" itemname="" hittest="false" />
<Panel id="DPS_info" >
<Panel id="DPS_info">
<Panel id="DPS_bar" />
<Label id="DPS" text="" />
<Label id="DPS_pct" text="%" />
@@ -19,14 +20,13 @@
</snippet>
</snippets>
<Panel hittest="false" class="DPSPanelRoot ShowTime">
<Panel id="TowerListHeader" onactivate="$.GetContextPanel().ToggleClass('ShowTime')" >
<Panel id="TowerListHeader" onactivate="$.GetContextPanel().ToggleClass(&apos;ShowTime&apos;)">
<Label text="#td_tower_dps_title" />
</Panel>
<Panel id="FoodCountPanel" onmouseover="DOTAShowTextTooltip(td_food_count_text)" onmouseout="DOTAHideTextTooltip()" >
<Panel id="FoodCountPanel" onmouseover="DOTAShowTextTooltip(#td_food_count_text)" onmouseout="DOTAHideTextTooltip()">
<Label id="FoodCount" text="#td_food_count" />
</Panel>
<Panel id="TowerList" >
<Panel id="TowerList">
<Panel />
</Panel>
<Label id="KillCount" text="#td_creature_kill_count" />