real merge
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!-- xml reconstructed by ValveResourceFormat: https://vrf.steamdb.info/ -->
|
||||
<root>
|
||||
<styles>
|
||||
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
|
||||
@@ -9,34 +10,32 @@
|
||||
<snippets>
|
||||
<snippet name="player">
|
||||
<Panel class="Player">
|
||||
<Panel id="PlayerColor"/>
|
||||
<DOTAAvatarImage id="AvatarImage" class="ScoreboardAvatar"/>
|
||||
<Panel id="PlayerColor" />
|
||||
<DOTAAvatarImage id="AvatarImage" class="ScoreboardAvatar" />
|
||||
<Panel id="PlayerAndHeroNameContainer" class="TopBottomFlow">
|
||||
<Label id="PlayerNameLabel" class="PlayerNameLabel" text=""/>
|
||||
<Label id="HeroNameLabel" class="HeroNameLabel" text=""/>
|
||||
<Label id="PlayerNameLabel" class="PlayerNameLabel" text="" />
|
||||
<Label id="HeroNameLabel" class="HeroNameLabel" text="" />
|
||||
</Panel>
|
||||
<Label id="KillCount" text="0" />
|
||||
</Panel>
|
||||
</snippet>
|
||||
|
||||
<!-- PlayerStatus -->
|
||||
<snippet name="PlayerStatus">
|
||||
<Panel class="PlayerStatus">
|
||||
<Panel id="StatusICON" />
|
||||
<DOTAAvatarImage id="AvatarImage" class="ScoreboardAvatar"/>
|
||||
<DOTAAvatarImage id="AvatarImage" class="ScoreboardAvatar" />
|
||||
<Label id="StatusText" html="true" text="" />
|
||||
</Panel>
|
||||
</snippet>
|
||||
</snippets>
|
||||
<Panel hittest="true" class="EndScreenRoot" >
|
||||
<Panel hittest="true" class="EndScreenRoot">
|
||||
<Label id="WinText" text="" />
|
||||
<Panel id="PlayersPanel" >
|
||||
<Panel id="PlayersPanelHeader" >
|
||||
<Panel id="PlayersPanel">
|
||||
<Panel id="PlayersPanelHeader">
|
||||
<Label id="KillCountTitle" text="#td_creature_kill_count_text" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
<Button id="ContinueButton" class="Hide" onactivate="Game.FinishGame();">
|
||||
<Label text="#DOTA_Continue" />
|
||||
</Button>
|
||||
</Button>
|
||||
</Panel>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user