250 lines
9.5 KiB
XML
250 lines
9.5 KiB
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/team_select.vcss_c" />
|
|
</styles>
|
|
<scripts>
|
|
<include src="s2r://panorama/scripts/custom_game/team_select.vjs_c" />
|
|
<include src="s2r://panorama/scripts/custom_game/team_select_card.vjs_c" />
|
|
</scripts>
|
|
<snippets>
|
|
<snippet name="SelectedCard">
|
|
<Panel class="Card">
|
|
<Panel id="Content">
|
|
<Panel id="ItemInfo">
|
|
<DOTAItemImage id="ItemImage" hittest="false" itemname="" />
|
|
<Label id="ItemName" text="{s:itemname}" />
|
|
</Panel>
|
|
<Panel class="Count">
|
|
<Label class="x" text="x" />
|
|
<Label class="Text" text="{d:count}" />
|
|
</Panel>
|
|
</Panel>
|
|
<DOTAScenePanel id="Effect" hittest="false" map="td/selected_card" camera="default" />
|
|
</Panel>
|
|
</snippet>
|
|
<snippet name="CardPoolCard">
|
|
<Panel class="Card">
|
|
<Image id="CardBackGround" src="s2r://panorama/images/custom_game/cards/item_n_png.vtex" />
|
|
<Image id="CardImage" src="s2r://panorama/images/custom_game/cards/remilia_png.vtex" />
|
|
<Panel class="CardBar" />
|
|
<Panel class="CardType" />
|
|
<Panel class="CardRemainingCount">
|
|
<Label text="x{s:remaining_count}" />
|
|
</Panel>
|
|
<Panel class="CardLevel">
|
|
<Label text="Lv{s:level}" />
|
|
</Panel>
|
|
</Panel>
|
|
</snippet>
|
|
<snippet name="CardAbility">
|
|
<Panel class="Ability">
|
|
<Panel class="AbilityHeader">
|
|
<DOTAAbilityImage id="AbilityImage" abilityname="" />
|
|
<Label id="AbilityName" html="true" text="" />
|
|
</Panel>
|
|
<Panel class="AbilityBody">
|
|
<Label id="AbilityDescription" html="true" text="" />
|
|
</Panel>
|
|
</Panel>
|
|
</snippet>
|
|
<snippet name="DifficultyContainer">
|
|
<Panel class="DifficultyContainer">
|
|
<Panel class="OptionButtonBackground">
|
|
<Panel class="Left" />
|
|
<Panel class="Middle" />
|
|
<Panel class="Right" />
|
|
</Panel>
|
|
<Panel class="MiddleAlign LeftRightFlow">
|
|
<Panel class="TopBottomFlow">
|
|
<Label class="T1" text="{d:difficulty}" />
|
|
<Label class="T2" text="{s:difficultyText}" />
|
|
</Panel>
|
|
<Panel id="PlayerList" />
|
|
</Panel>
|
|
</Panel>
|
|
</snippet>
|
|
<snippet name="CardGroupItem">
|
|
<Panel class="CardGroupItem">
|
|
<Button>
|
|
<Label id="GroupName" html="true" text="" />
|
|
</Button>
|
|
</Panel>
|
|
</snippet>
|
|
</snippets>
|
|
<Panel hittest="false" class="TeamSelectRoot">
|
|
<Panel id="SetupTitlePanel">
|
|
<Panel id="SetupTitleBG">
|
|
<Panel class="Left" />
|
|
<Panel class="Right" />
|
|
</Panel>
|
|
<Label id="SetupTitle" text="#addon_game_name" />
|
|
</Panel>
|
|
<Panel id="SetupTitleHR" />
|
|
<Label id="SetupDescription" html="true" text="#addon_game_name" />
|
|
<Panel id="ReadyTimePanel">
|
|
<Label id="ReadyTime" text="" />
|
|
</Panel>
|
|
<Panel id="CardsPanelTips">
|
|
<Panel class="CardPoolNote">
|
|
<Panel class="Tip" onmouseover="DOTAShowTextTooltip(#td_card_pool_note_desc)" onmouseout="DOTAHideTextTooltip()">
|
|
<Image src="s2r://panorama/images/custom_game/note_png.vtex" />
|
|
<Label text="#td_card_pool_note" />
|
|
</Panel>
|
|
</Panel>
|
|
</Panel>
|
|
<Panel id="CardsPanel" hittest="false">
|
|
<Panel id="SelectedCard">
|
|
<Label id="CardGroupText" html="true" class="Hide" text="" />
|
|
<Panel id="CardTypeCount">
|
|
<Panel class="Center LeftRightFlow">
|
|
<Panel class="CardType SSR">
|
|
<Panel class="Block">
|
|
<Label class="Count" text="{d:ssr_count}" />
|
|
<Label class="MaxCount" text="/{d:ssr_maxcount}" />
|
|
</Panel>
|
|
</Panel>
|
|
<Panel class="CardType SR">
|
|
<Panel class="Block">
|
|
<Label class="Count" text="{d:sr_count}" />
|
|
<Label class="MaxCount" text="/{d:sr_maxcount}" />
|
|
</Panel>
|
|
</Panel>
|
|
<Panel class="CardType R">
|
|
<Panel class="Block">
|
|
<Label class="Count" text="{d:r_count}" />
|
|
<Label class="MaxCount" text="/{d:r_maxcount}" />
|
|
</Panel>
|
|
</Panel>
|
|
<Panel class="CardType N">
|
|
<Panel class="Block">
|
|
<Label class="Count" text="{d:n_count}" />
|
|
<Label class="MaxCount" text="/{d:n_maxcount}+" />
|
|
</Panel>
|
|
</Panel>
|
|
</Panel>
|
|
</Panel>
|
|
<Panel id="SelectedCardList" />
|
|
<Panel id="CardGroupOptions" class="Hide" />
|
|
<Panel id="CardGroupOptionsButton" class="LeftRightFlow Hide">
|
|
<Button id="BackToGroupOptions" onactivate="ShowCardGroupList(true)">
|
|
<Label text="#page_back" />
|
|
</Button>
|
|
<Button id="SaveGroupOptions" onactivate="SaveCardGroup()">
|
|
<Label text="#DOTA_Filter_SaveRule" />
|
|
</Button>
|
|
</Panel>
|
|
<Panel id="CardGroupOptionsButton2" class="LeftRightFlow Hide">
|
|
<Button id="RenameGroupOptions" onactivate="RenameCardGroupDialog()">
|
|
<Label text="#td_rename_group" />
|
|
</Button>
|
|
<Button id="ClearGroupOptions" onactivate="ClearCardGroupDialog()">
|
|
<Label text="#td_clear_all" />
|
|
</Button>
|
|
</Panel>
|
|
</Panel>
|
|
<Panel id="CardPool">
|
|
<Panel id="CardPoolBackground" />
|
|
<Panel class="TopBottomFlow FullWidth FullHeight">
|
|
<Panel id="CardPoolHeader">
|
|
<Panel id="CardPoolFilter">
|
|
<Label style="color:#fff;vertical-align: middle;" text="#td_type" />
|
|
<ToggleButton id="SSR" selected="true" text="SSR" onactivate="ShowCardFromFilter()" />
|
|
<ToggleButton id="SR" selected="true" text="SR" onactivate="ShowCardFromFilter()" />
|
|
<ToggleButton id="R" selected="true" text="R" onactivate="ShowCardFromFilter()" />
|
|
<ToggleButton id="N" selected="true" text="N" onactivate="ShowCardFromFilter()" />
|
|
</Panel>
|
|
<Panel class="RightAlign LeftRightFlow">
|
|
<Panel id="UpdatePoint" onmouseover="DOTAShowTextTooltip(#td_refresh_desc)" onmouseout="DOTAHideTextTooltip()" onactivate="UpdateGamePoint()">
|
|
<Image src="s2r://panorama/images/custom_game/refresh_png.vtex" />
|
|
</Panel>
|
|
<Panel id="GamePoint" onmouseover="DOTAShowTextTooltip(#td_gamepoint_desc)" onmouseout="DOTAHideTextTooltip()">
|
|
<Image src="s2r://panorama/images/custom_game/fairy_png.vtex" />
|
|
<Label text="{d:game_point}" />
|
|
</Panel>
|
|
</Panel>
|
|
</Panel>
|
|
<Panel id="CardPoolContent" />
|
|
</Panel>
|
|
</Panel>
|
|
<Panel id="CardInfo">
|
|
<Panel id="CardInfoContent">
|
|
<Panel class="Card">
|
|
<DOTAScenePanel id="CardEffect" map="td/card" camera="default" />
|
|
<Image id="CardBackGround" src="s2r://panorama/images/custom_game/cards/item_n_png.vtex" />
|
|
<Image id="CardImage" src="s2r://panorama/images/custom_game/cards/remilia_png.vtex" />
|
|
<Image id="CardName" src="s2r://panorama/images/custom_game/cards/remilia_name_png.vtex" />
|
|
<Panel class="CardBar" />
|
|
<Panel class="CardType" />
|
|
</Panel>
|
|
<Button id="DecomposeCardButton" onmouseover="DOTAShowTextTooltip(#td_train_card_question)" onmouseout="DOTAHideTextTooltip()" onactivate="TrainCard(1)" oncontextmenu="TrainCard(50)">
|
|
<Panel class="Center LeftRightFlow MiddleAlign">
|
|
<Label html="true" text="#td_train_card_title" />
|
|
<Image src="s2r://panorama/images/custom_game/fairy_png.vtex" />
|
|
<Label html="true" text="#td_train_card_cost" />
|
|
</Panel>
|
|
</Button>
|
|
<Label id="CardInfoName" html="true" text="" />
|
|
<Panel id="CardAbilities" />
|
|
<DOTAItemImage id="CardInfoItem" itemname="item_0001" />
|
|
</Panel>
|
|
</Panel>
|
|
</Panel>
|
|
<Panel id="DifficultyPanel" />
|
|
<Panel id="BottomContent">
|
|
<Panel class="LeftRightFlow">
|
|
<Button id="BackButton" onactivate="OnBack()">
|
|
<Label text="#page_back" />
|
|
</Button>
|
|
<Button id="ContinueButton" onactivate="OnContinue()">
|
|
<Label text="{s:continue_text}" />
|
|
</Button>
|
|
</Panel>
|
|
</Panel>
|
|
<Panel id="PlayerAvatarElements" class="Hide">
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
|
</Panel>
|
|
<Panel id="WaitOtherPlayersPanel">
|
|
<Panel id="PlayerList" />
|
|
</Panel>
|
|
<Panel id="RightTopButtons">
|
|
<Button onactivate="$('#DonatePanel').RemoveClass('Hide')">
|
|
<Label text="#donate" />
|
|
</Button>
|
|
</Panel>
|
|
<Panel id="DonatePanel" class="Hide" />
|
|
<DOTAScenePanel id="ClickedEffect" hittest="false" map="td/clicked_test" camera="default" />
|
|
<Panel id="LockFrame">
|
|
<Panel class="loading_ico" />
|
|
<Label class="loading" text="Loading..." />
|
|
<Label id="loading_tips" html="true" text="#td_load_tips" />
|
|
</Panel>
|
|
<Panel id="MessageDialog">
|
|
<Label html="true" text="{s:msg}" />
|
|
<TextEntry id="MessageInput" maxchars="20" placeholder="" oninputsubmit="" />
|
|
<Button class="Ok" onactivate="OnMessageDialogOK()">
|
|
<Label text="#DOTA_UI_Ok" />
|
|
</Button>
|
|
<Button class="Cancel" onactivate="CloseMessageDialog()">
|
|
<Label text="#DOTA_UI_Cancel" />
|
|
</Button>
|
|
</Panel>
|
|
</Panel>
|
|
</root>
|