real merge
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!-- xml reconstructed by ValveResourceFormat: https://vrf.steamdb.info/ -->
|
||||
<root>
|
||||
<scripts>
|
||||
<include src="s2r://panorama/scripts/custom_game/util.vjs_c" />
|
||||
<include src="s2r://panorama/scripts/custom_game/util.vjs_c" />
|
||||
</scripts>
|
||||
|
||||
<script>
|
||||
<script><![CDATA[
|
||||
//GameUI.CustomUIConfig().Config =
|
||||
//{
|
||||
// game_name: "touhou"
|
||||
@@ -33,14 +33,13 @@
|
||||
}
|
||||
});
|
||||
|
||||
FindDotaHudElement( "PreGame" ).FindChild( "Header" ).style.visibility = "collapse";
|
||||
</script>
|
||||
|
||||
FindDotaHudElement( "PreGame" ).FindChild( "Header" ).style.visibility = "collapse";
|
||||
]]></script>
|
||||
<Panel>
|
||||
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/frames/message/message.xml" />
|
||||
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/dps_panel.xml" />
|
||||
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/info.xml" />
|
||||
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/shop.xml" />
|
||||
<CustomUIElement type="EndScreen" layoutfile="file://{resources}/layout/custom_game/end_screen.xml" />
|
||||
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/frames/message/message.vxml_c" />
|
||||
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/dps_panel.vxml_c" />
|
||||
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/info.vxml_c" />
|
||||
<CustomUIElement type="Hud" layoutfile="s2r://panorama/layout/custom_game/shop.vxml_c" />
|
||||
<CustomUIElement type="EndScreen" layoutfile="s2r://panorama/layout/custom_game/end_screen.vxml_c" />
|
||||
</Panel>
|
||||
</root>
|
||||
|
||||
@@ -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('ShowTime')">
|
||||
<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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- xml reconstructed by ValveResourceFormat: https://vrf.steamdb.info/ -->
|
||||
<root>
|
||||
<styles>
|
||||
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
|
||||
@@ -6,7 +7,7 @@
|
||||
<scripts>
|
||||
<include src="s2r://panorama/layout/custom_game/frames/message/message.vjs_c" />
|
||||
</scripts>
|
||||
<Panel hittest="false" hittestchildren="false" class="MessageRoot" >
|
||||
<Panel hittest="false" hittestchildren="false" class="MessageRoot">
|
||||
<Panel id="Content" />
|
||||
</Panel>
|
||||
</root>
|
||||
|
||||
@@ -1,28 +1,25 @@
|
||||
<root>
|
||||
<!-- 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/info.vcss_c" />
|
||||
</styles>
|
||||
<scripts>
|
||||
<scripts>
|
||||
<include src="s2r://panorama/scripts/custom_game/power.vjs_c" />
|
||||
<include src="s2r://panorama/scripts/custom_game/info.vjs_c" />
|
||||
<include src="s2r://panorama/scripts/custom_game/display_error.vjs_c" />
|
||||
<!-- <include src="s2r://panorama/layout/custom_game/frames/cosmetic_abilities/creator.vjs_c" /> -->
|
||||
</scripts>
|
||||
<snippets>
|
||||
<!-- 卡片 -->
|
||||
<snippet name="CardPoolCard">
|
||||
<Panel class="Card" >
|
||||
<Panel class="Card">
|
||||
<Image id="CardImage" src="" />
|
||||
<Panel class="CardBar"/>
|
||||
<Panel class="CardType"/>
|
||||
<Panel class="CardBar" />
|
||||
<Panel class="CardType" />
|
||||
</Panel>
|
||||
</snippet>
|
||||
|
||||
<!-- 卡组详情 -->
|
||||
<snippet name="RankDetailCard">
|
||||
<Panel class="RankDetailItem" >
|
||||
<Panel id="CardRankContent"/>
|
||||
<Panel class="RankDetailItem">
|
||||
<Panel id="CardRankContent" />
|
||||
<Panel id="StarContent">
|
||||
<Image src="s2r://panorama/images/custom_game/star_png.vtex" />
|
||||
<Image src="s2r://panorama/images/custom_game/star_png.vtex" />
|
||||
@@ -36,102 +33,80 @@
|
||||
<DOTAItemImage itemname="" />
|
||||
<DOTAItemImage itemname="" />
|
||||
<DOTAItemImage itemname="" />
|
||||
<DOTAItemImage itemname="" />
|
||||
</Panel>
|
||||
<DOTAItemImage itemname="" />
|
||||
</Panel>
|
||||
<Panel id="TextContent">
|
||||
<Label html="true" text="" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</snippet>
|
||||
|
||||
<!-- 攻略列表项目 -->
|
||||
<snippet name="StrategyListItem">
|
||||
<Panel class="URLItem">
|
||||
<Label class="LeftTitle" text="" />
|
||||
<Panel class="TopBottomFlow MiddleAlign">
|
||||
<Label class="URLItemTitle" text="" />
|
||||
<Panel class="TopBottomFlow MiddleAlign">
|
||||
<Label class="URLItemTitle" text="" />
|
||||
<Label class="URLItemSubTitle" text="" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</snippet>
|
||||
|
||||
<!-- 排行榜列表项目 -->
|
||||
<snippet name="RankListItem">
|
||||
<Panel class="RankItem" onactivate="RankDetail()">
|
||||
<Label class="RankLeftTitle" html="true" text="" />
|
||||
<Panel id="PlayerList">
|
||||
</Panel>
|
||||
<Panel id="PlayerList" />
|
||||
<Panel class="TopBottomFlow MiddleAlign">
|
||||
<Label class="URLItemTitle" html="true" text="" />
|
||||
<Label class="URLItemSubTitle" html="true" text="" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</snippet>
|
||||
|
||||
<!-- 卡池卡片 -->
|
||||
<snippet name="Tower">
|
||||
<Panel class="Tower" >
|
||||
<Panel class="Tower">
|
||||
<DOTAItemImage id="Item" itemname="" hittest="false" />
|
||||
<Label id="xxx" text="x" />
|
||||
<Label id="Count" text="" />
|
||||
</Panel>
|
||||
</snippet>
|
||||
</snippets>
|
||||
<Panel hittest="false" class="InfoRoot" >
|
||||
<!--顶部菜单-->
|
||||
<Panel id="iconlist" class="">
|
||||
<Panel id="UpdatePoint" onmouseover="DOTAShowTextTooltip(td_refresh_desc)" onmouseout="DOTAHideTextTooltip()" onactivate="UpdateGamePoint()" >
|
||||
<Image src="s2r://panorama/images/custom_game/refresh2_png.vtex" />
|
||||
<Panel hittest="false" class="InfoRoot">
|
||||
<Panel id="iconlist" class="">
|
||||
<Panel id="UpdatePoint" onmouseover="DOTAShowTextTooltip(#td_refresh_desc)" onmouseout="DOTAHideTextTooltip()" onactivate="UpdateGamePoint()">
|
||||
<Image src="s2r://panorama/images/custom_game/refresh2_png.vtex" />
|
||||
</Panel>
|
||||
<Button onmouseover="DOTAShowTextTooltip(td_patron_desc)" onmouseout="DOTAHideTextTooltip()" onactivate="$('#PatronStore').RemoveClass('Hide')" >
|
||||
<Button onmouseover="DOTAShowTextTooltip(#td_patron_desc)" onmouseout="DOTAHideTextTooltip()" onactivate="$('#PatronStore').RemoveClass('Hide')">
|
||||
<Label text="赞助" />
|
||||
</Button>
|
||||
<Label id="AccountID" text="" />
|
||||
</Panel>
|
||||
|
||||
<!-- 商城 -->
|
||||
<Panel id="PatronStore" class="Hide" />
|
||||
|
||||
<!-- 进攻进度 -->
|
||||
<Panel id="AttackingPanel" >
|
||||
<Panel id="CreepCountProcessBar" >
|
||||
<Panel id="CreepCountProcessBarPCT" >
|
||||
</Panel>
|
||||
<Panel id="PatronStore" class="Hide" />
|
||||
<Panel id="AttackingPanel">
|
||||
<Panel id="CreepCountProcessBar">
|
||||
<Panel id="CreepCountProcessBarPCT" />
|
||||
<Label id="CreepCount" text="#td_pawn_count" />
|
||||
</Panel>
|
||||
<Panel id="DifficultyWavePanel" >
|
||||
<Panel id="DifficultyWavePanel">
|
||||
<Label id="Difficulty" text="" />
|
||||
<Label id="WaveText" html="true" text="#td_attacking_wave" />
|
||||
</Panel>
|
||||
<Panel id="AttackingProcessTimePanel" >
|
||||
<Panel id="AttackingProcessTimePanel">
|
||||
<Label id="AttackingProcessTime" text="5" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 卡池 -->
|
||||
<Panel id="CardPoolPanel" hittest="false">
|
||||
<Panel id="CardPoolHeader" onactivate="$('#CardPoolPanel').ToggleClass('ShowTime')" >
|
||||
<Panel id="CardPoolHeader" onactivate="$('#CardPoolPanel').ToggleClass('ShowTime')">
|
||||
<Label text="#td_card_pool" />
|
||||
</Panel>
|
||||
<Panel id="CardPoolContent" />
|
||||
</Panel>
|
||||
|
||||
<!-- 商店 todo-->
|
||||
<Panel id="Shop" />
|
||||
|
||||
<!-- 选择卡片 -->
|
||||
<Panel id="SelectCardPanel" hittest="false" class="Hide">
|
||||
<Panel id="SelectCardHeader" >
|
||||
<Panel id="SelectCardHeader">
|
||||
<Label id="SelectCardHeaderText" text="#td_select_card" />
|
||||
</Panel>
|
||||
<Button id="SelectCardCloseButton" onactivate="SelectCardClose()" >
|
||||
</Button>
|
||||
<Panel id="SelectCardPoolContent" />
|
||||
<Button id="SelectCardCloseButton" onactivate="SelectCardClose()" />
|
||||
<Panel id="SelectCardPoolContent" />
|
||||
</Panel>
|
||||
|
||||
<!-- 选择初始卡 -->
|
||||
<Panel id="SelectStartCard" >
|
||||
<Panel class="Card" onactivate="SelectStartCard('item_0001')">
|
||||
<Panel id="SelectStartCard">
|
||||
<Panel class="Card" onactivate="SelectStartCard('item_0001')">
|
||||
<Panel class="ItemImage">
|
||||
<DOTAItemImage hittest="false" itemname="item_0001" />
|
||||
</Panel>
|
||||
@@ -140,7 +115,7 @@
|
||||
<Panel id="Item1Description" class="Description" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
<Panel class="Card" onactivate="SelectStartCard('item_0002')">
|
||||
<Panel class="Card" onactivate="SelectStartCard('item_0002')">
|
||||
<Panel class="ItemImage">
|
||||
<DOTAItemImage hittest="false" itemname="item_0002" />
|
||||
</Panel>
|
||||
@@ -149,7 +124,7 @@
|
||||
<Panel id="Item2Description" class="Description" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
<Panel class="Card" onactivate="SelectStartCard('item_0003')">
|
||||
<Panel class="Card" onactivate="SelectStartCard('item_0003')">
|
||||
<Panel class="ItemImage">
|
||||
<DOTAItemImage hittest="false" itemname="item_0003" />
|
||||
</Panel>
|
||||
@@ -159,87 +134,65 @@
|
||||
</Panel>
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 打开攻略 -->
|
||||
<Button id="VideosButton" onactivate="VideosPanelOpen()" >
|
||||
<Button id="VideosButton" onactivate="VideosPanelOpen()">
|
||||
<Label text="#td_tutorial_video" />
|
||||
</Button>
|
||||
|
||||
<!-- 踢人按钮 -->
|
||||
<Button id="KickButton" onactivate="KickVoteOpen()" >
|
||||
<Button id="KickButton" onactivate="KickVoteOpen()">
|
||||
<Label text="#td_kick_vote" />
|
||||
</Button>
|
||||
|
||||
<!-- 永久暂停按钮 -->
|
||||
<Button id="PauseButton" onactivate="PauseGame()" >
|
||||
<Button id="PauseButton" onactivate="PauseGame()">
|
||||
<Label text="#pause_game_btn" />
|
||||
</Button>
|
||||
|
||||
<!-- 排行榜按钮 -->
|
||||
<Button id="RankButton" onactivate="RankPanelOpen()" >
|
||||
<Label text="#td_rank_list_100" onmouseover="ShowRankButtonTip(1)" onmouseout="HideRankButtonTip()"/>
|
||||
<Button id="RankButton" onactivate="RankPanelOpen()">
|
||||
<Label text="#td_rank_list_100" onmouseover="ShowRankButtonTip(1)" onmouseout="HideRankButtonTip()" />
|
||||
</Button>
|
||||
|
||||
<!-- 组队排行榜按钮 -->
|
||||
<Button id="TeamRankButton" onactivate="TeamRankPanelOpen()" >
|
||||
<Label text="#td_team_rank_list_100" onmouseover="ShowRankButtonTip(2)" onmouseout="HideRankButtonTip()"/>
|
||||
<Button id="TeamRankButton" onactivate="TeamRankPanelOpen()">
|
||||
<Label text="#td_team_rank_list_100" onmouseover="ShowRankButtonTip(2)" onmouseout="HideRankButtonTip()" />
|
||||
</Button>
|
||||
|
||||
<!-- 攻略 -->
|
||||
<Panel id="VideosPanel" hittest="false" class="Hide">
|
||||
<Panel id="VideoListWindow" class="Hide" >
|
||||
<Panel id="VideoListWindow" class="Hide">
|
||||
<Button class="CloseButton" onactivate="VideosPanelClose()" />
|
||||
<Panel id="VideoDescription" >
|
||||
<Panel id="VideoDescription">
|
||||
<Label html="true" text="#td_video_tip" />
|
||||
</Panel>
|
||||
<Panel id="URLList" />
|
||||
</Panel>
|
||||
|
||||
<Panel id="StrategyWindow" class="Hide" >
|
||||
<Panel id="StrategyWindow" class="Hide">
|
||||
<Button class="CloseButton" onactivate="CloseStrategyWindow()" />
|
||||
|
||||
<Label class="StrategyTitle" html="true" text="{s:StrategyTitle1}" />
|
||||
<Label class="StrategyText" html="true" text="{s:StrategyText1}" />
|
||||
|
||||
<Label class="StrategyTitle" html="true" text="{s:StrategyTitle2}" />
|
||||
<Label class="StrategyText" html="true" text="{s:StrategyText2}" />
|
||||
|
||||
<Label class="StrategyTitle" html="true" text="{s:StrategyTitle3}" />
|
||||
<Label class="StrategyText" html="true" text="{s:StrategyText3}" />
|
||||
|
||||
<Label class="StrategyTitle" html="true" text="{s:StrategyTitle4}" />
|
||||
<Label class="StrategyText" html="true" text="{s:StrategyText4}" />
|
||||
|
||||
<Image id="StrategyImage" src="" scaling="stretch-to-fit-preserve-aspect"/>
|
||||
<Image id="StrategyImage" src="" scaling="stretch-to-fit-preserve-aspect" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
|
||||
<!-- 投票踢人 -->
|
||||
<Panel id="KickVotePanel" hittest="false" class="Hide">
|
||||
<Panel id="KickVoteMain" hittest="false">
|
||||
<Button class="KickVoteButton" onactivate="KickVote(1)" >
|
||||
<Button class="KickVoteButton" onactivate="KickVote(1)">
|
||||
<Label html="true" class="Title" text="#kick_player_1" />
|
||||
<Label html="true" class="Title" text="{s:PlayerName1}" />
|
||||
</Button>
|
||||
<Button class="KickVoteButton" onactivate="KickVote(2)" >
|
||||
<Button class="KickVoteButton" onactivate="KickVote(2)">
|
||||
<Label html="true" class="Title" text="#kick_player_2" />
|
||||
<Label html="true" class="Title" text="{s:PlayerName2}" />
|
||||
</Button>
|
||||
<Button class="KickVoteButton" onactivate="KickVote(3)" >
|
||||
<Button class="KickVoteButton" onactivate="KickVote(3)">
|
||||
<Label html="true" class="Title" text="#kick_player_3" />
|
||||
<Label html="true" class="Title" text="{s:PlayerName3}" />
|
||||
</Button>
|
||||
<Button class="KickVoteButton" onactivate="KickVote(4)" >
|
||||
<Button class="KickVoteButton" onactivate="KickVote(4)">
|
||||
<Label html="true" class="Title" text="#kick_player_4" />
|
||||
<Label html="true" class="Title" text="{s:PlayerName4}" />
|
||||
</Button>
|
||||
<Button id="KickVoteCancelButton" onactivate="KickVoteClose()" >
|
||||
<Button id="KickVoteCancelButton" onactivate="KickVoteClose()">
|
||||
<Label html="true" text="#DOTA_UI_Cancel" />
|
||||
</Button>
|
||||
</Panel>
|
||||
</Panel>
|
||||
<!-- 投票踢人确认 -->
|
||||
<Panel id="KickAcceptPanel" class="Hide">
|
||||
<Panel id="KickAcceptText">
|
||||
<Label html="true" text="{s:msg}" />
|
||||
@@ -251,64 +204,53 @@
|
||||
</Button>
|
||||
<Button id="KickNoButton" class="Cancel">
|
||||
<Label text="#no" />
|
||||
</Button>
|
||||
</Button>
|
||||
</Panel>
|
||||
|
||||
|
||||
<!-- 排行榜 -->
|
||||
<Panel id="RankPanel" hittest="false" class="Hide">
|
||||
<Panel id="RankListWindow" class="Hide" >
|
||||
<Panel id="RankListWindow" class="Hide">
|
||||
<Button class="CloseButton" onactivate="RankPanelClose()" />
|
||||
<Panel id="RankDescription" >
|
||||
<Panel id="RankDescription">
|
||||
<Label html="true" text="#td_rank_list_100_desc" />
|
||||
</Panel>
|
||||
<Panel id="RankList" />
|
||||
<Panel id="RankList" />
|
||||
</Panel>
|
||||
|
||||
<Panel id="RankDetailWindow" class="Hide" >
|
||||
<Panel id="RankDetailWindow" class="Hide">
|
||||
<Panel class="RightTopButtons">
|
||||
<Button id="ResetRankAll" class="Hide" onactivate="RankResetAll()">
|
||||
<Button id="ResetRankAll" class="Hide" onactivate="RankResetAll()">
|
||||
<Label text="全部重置" />
|
||||
</Button>
|
||||
<Button id="ResetRank" onactivate="">
|
||||
<Button id="ResetRank" onactivate="">
|
||||
<Label text="重置" />
|
||||
</Button>
|
||||
<Button class="CloseButton" onactivate="RankDetailClose()" />
|
||||
</Panel>
|
||||
<Button class="CloseButton" onactivate="RankDetailClose()" />
|
||||
</Panel>
|
||||
<Panel id="RankDetail" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 组队排行榜 -->
|
||||
<Panel id="TeamRankPanel" hittest="false" class="Hide">
|
||||
<Panel id="TeamRankListWindow" class="Hide" >
|
||||
<Panel id="TeamRankListWindow" class="Hide">
|
||||
<Button class="CloseButton" onactivate="TeamRankPanelClose()" />
|
||||
<Panel id="TeamRankDescription" >
|
||||
<Panel id="TeamRankDescription">
|
||||
<Label html="true" text="#td_team_rank_list_100_desc" />
|
||||
</Panel>
|
||||
<Panel id="TeamRankList" />
|
||||
<Panel id="TeamRankList" />
|
||||
</Panel>
|
||||
|
||||
<Panel id="TeamRankDetailWindow" class="Hide" >
|
||||
<Panel id="TeamRankDetailWindow" class="Hide">
|
||||
<Panel class="RightTopButtons">
|
||||
<Button id="TeamResetRankAll" class="Hide" onactivate="TeamRankResetAll()">
|
||||
<Button id="TeamResetRankAll" class="Hide" onactivate="TeamRankResetAll()">
|
||||
<Label text="全部重置" />
|
||||
</Button>
|
||||
<Button id="TeamResetRank" onactivate="">
|
||||
<Button id="TeamResetRank" onactivate="">
|
||||
<Label text="重置" />
|
||||
</Button>
|
||||
<Button class="CloseButton" onactivate="TeamRankDetailClose()" />
|
||||
</Panel>
|
||||
<Button class="CloseButton" onactivate="TeamRankDetailClose()" />
|
||||
</Panel>
|
||||
<Panel id="TeamRankDetail" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 玩家头像 -->
|
||||
<Panel id="PlayerAvatarElements" class="Hide">
|
||||
<!-- <DOTAAvatarImage hittest="false" hittestchildren="false" /> -->
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -328,7 +270,6 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -348,7 +289,6 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -368,7 +308,6 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -388,7 +327,11 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -407,13 +350,9 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
</Panel>
|
||||
|
||||
<!-- 玩家头像 -->
|
||||
<Panel id="TeamPlayerAvatarElements" class="Hide">
|
||||
<!-- <DOTAAvatarImage hittest="false" hittestchildren="false" /> -->
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -433,7 +372,6 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -453,7 +391,6 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -473,7 +410,6 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -493,7 +429,6 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
@@ -511,6 +446,11 @@
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
</Panel>
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
<DOTAAvatarImage />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</root>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- xml reconstructed by ValveResourceFormat: https://vrf.steamdb.info/ -->
|
||||
<root>
|
||||
<styles>
|
||||
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
|
||||
@@ -6,13 +7,12 @@
|
||||
<scripts>
|
||||
<include src="s2r://panorama/scripts/custom_game/shop.vjs_c" />
|
||||
</scripts>
|
||||
<Panel hittest="false" class="ShopRoot" >
|
||||
<Panel id="ShopContent" class="Hidden" onactivate="" >
|
||||
<Panel hittest="false" class="ShopRoot">
|
||||
<Panel id="ShopContent" class="Hidden" onactivate="">
|
||||
<Panel id="AbilityList" />
|
||||
<Button id="CloseShopButton" onactivate="ToggleStyle(ShopContent, Hidden)" >
|
||||
</Button>
|
||||
<Button id="CloseShopButton" onactivate="ToggleStyle(ShopContent, Hidden)" />
|
||||
</Panel>
|
||||
<Panel id="BottomBar" >
|
||||
<Panel id="BottomBar">
|
||||
<Panel id="BottomBarBG" />
|
||||
<Button id="ShopButton" onactivate="ToggleStyle(ShopContent, Hidden)">
|
||||
<Label id="GoldText" text="" />
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<!-- 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>
|
||||
<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>
|
||||
<!-- 已选卡片 -->
|
||||
<snippets>
|
||||
<snippet name="SelectedCard">
|
||||
<Panel class="Card">
|
||||
<Panel id="Content" >
|
||||
<Panel id="ItemInfo" >
|
||||
<Panel id="Content">
|
||||
<Panel id="ItemInfo">
|
||||
<DOTAItemImage id="ItemImage" hittest="false" itemname="" />
|
||||
<Label id="ItemName" text="{s:itemname}" />
|
||||
</Panel>
|
||||
@@ -24,14 +24,12 @@
|
||||
<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"/>
|
||||
<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="CardBar" />
|
||||
<Panel class="CardType" />
|
||||
<Panel class="CardRemainingCount">
|
||||
<Label text="x{s:remaining_count}" />
|
||||
</Panel>
|
||||
@@ -40,21 +38,17 @@
|
||||
</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" >
|
||||
<Panel class="AbilityBody">
|
||||
<Label id="AbilityDescription" html="true" text="" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</snippet>
|
||||
|
||||
<!-- 难度槽 -->
|
||||
<snippet name="DifficultyContainer">
|
||||
<Panel class="DifficultyContainer">
|
||||
<Panel class="OptionButtonBackground">
|
||||
@@ -67,13 +61,10 @@
|
||||
<Label class="T1" text="{d:difficulty}" />
|
||||
<Label class="T2" text="{s:difficultyText}" />
|
||||
</Panel>
|
||||
<Panel id="PlayerList" >
|
||||
</Panel>
|
||||
<Panel id="PlayerList" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</snippet>
|
||||
|
||||
<!-- 卡组 -->
|
||||
<snippet name="CardGroupItem">
|
||||
<Panel class="CardGroupItem">
|
||||
<Button>
|
||||
@@ -83,66 +74,50 @@
|
||||
</snippet>
|
||||
</snippets>
|
||||
<Panel hittest="false" class="TeamSelectRoot">
|
||||
<!-- 界面标题 -->
|
||||
<Panel id="SetupTitlePanel" >
|
||||
<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" >
|
||||
<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()" >
|
||||
</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" >
|
||||
<Panel id="CardsPanel" hittest="false">
|
||||
<Panel id="SelectedCard">
|
||||
<Label id="CardGroupText" html="true" class="Hide" text="" />
|
||||
|
||||
<!-- 显示每种卡片类型数量 -->
|
||||
<Panel id="CardTypeCount">
|
||||
<Panel class="Center LeftRightFlow">
|
||||
<!-- 显示SSR数量 -->
|
||||
<Panel class="CardType SSR" >
|
||||
<Panel class="CardType SSR">
|
||||
<Panel class="Block">
|
||||
<Label class="Count" text="{d:ssr_count}" />
|
||||
<Label class="MaxCount" text="/{d:ssr_maxcount}" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
<!-- 显示SR数量 -->
|
||||
<Panel class="CardType SR" >
|
||||
<Panel class="CardType SR">
|
||||
<Panel class="Block">
|
||||
<Label class="Count" text="{d:sr_count}" />
|
||||
<Label class="MaxCount" text="/{d:sr_maxcount}" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
<!-- 显示R数量 -->
|
||||
<Panel class="CardType R" >
|
||||
<Panel class="CardType R">
|
||||
<Panel class="Block">
|
||||
<Label class="Count" text="{d:r_count}" />
|
||||
<Label class="MaxCount" text="/{d:r_maxcount}" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
<!-- 显示N数量 -->
|
||||
<Panel class="CardType N" >
|
||||
<Panel class="CardType N">
|
||||
<Panel class="Block">
|
||||
<Label class="Count" text="{d:n_count}" />
|
||||
<Label class="MaxCount" text="/{d:n_maxcount}+" />
|
||||
@@ -150,38 +125,29 @@
|
||||
</Panel>
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 显示已选卡片 -->
|
||||
<Panel id="SelectedCardList" >
|
||||
</Panel>
|
||||
|
||||
<!-- 卡组清单 -->
|
||||
<Panel id="CardGroupOptions" class="Hide" />
|
||||
|
||||
<!-- 按钮 -->
|
||||
<Panel id="SelectedCardList" />
|
||||
<Panel id="CardGroupOptions" class="Hide" />
|
||||
<Panel id="CardGroupOptionsButton" class="LeftRightFlow Hide">
|
||||
<Button id="BackToGroupOptions" onactivate="ShowCardGroupList(true)" >
|
||||
<Button id="BackToGroupOptions" onactivate="ShowCardGroupList(true)">
|
||||
<Label text="#page_back" />
|
||||
</Button>
|
||||
<Button id="SaveGroupOptions" onactivate="SaveCardGroup()" >
|
||||
<Button id="SaveGroupOptions" onactivate="SaveCardGroup()">
|
||||
<Label text="#DOTA_Filter_SaveRule" />
|
||||
</Button>
|
||||
</Button>
|
||||
</Panel>
|
||||
<Panel id="CardGroupOptionsButton2" class="LeftRightFlow Hide">
|
||||
<Button id="RenameGroupOptions" onactivate="RenameCardGroupDialog()" >
|
||||
<Button id="RenameGroupOptions" onactivate="RenameCardGroupDialog()">
|
||||
<Label text="#td_rename_group" />
|
||||
</Button>
|
||||
<Button id="ClearGroupOptions" onactivate="ClearCardGroupDialog()" >
|
||||
<Button id="ClearGroupOptions" onactivate="ClearCardGroupDialog()">
|
||||
<Label text="#td_clear_all" />
|
||||
</Button>
|
||||
</Button>
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 中间 - 卡池 -->
|
||||
<Panel id="CardPool" >
|
||||
<Panel id="CardPool">
|
||||
<Panel id="CardPoolBackground" />
|
||||
<Panel class="TopBottomFlow FullWidth FullHeight">
|
||||
<Panel id="CardPoolHeader" >
|
||||
<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()" />
|
||||
@@ -189,64 +155,53 @@
|
||||
<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()" >
|
||||
<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 id="CardPoolContent" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 右边 - 卡片信息 -->
|
||||
<Panel id="CardInfo" >
|
||||
<Panel id="CardInfoContent" >
|
||||
<Panel class="Card" >
|
||||
<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="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)">
|
||||
<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>
|
||||
</Button>
|
||||
<Label id="CardInfoName" html="true" text="" />
|
||||
<Panel id="CardAbilities" >
|
||||
</Panel>
|
||||
<Panel id="CardAbilities" />
|
||||
<DOTAItemImage id="CardInfoItem" itemname="item_0001" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 难度选择 -->
|
||||
<Panel id="DifficultyPanel" >
|
||||
</Panel>
|
||||
|
||||
<!-- 底部 -->
|
||||
<Panel id="BottomContent" >
|
||||
<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>
|
||||
</Button>
|
||||
</Panel>
|
||||
</Panel>
|
||||
|
||||
<!-- 玩家头像,必须事先在Xml中创建,snippets和js创建无效 -->
|
||||
<Panel id="PlayerAvatarElements" class="Hide">
|
||||
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
||||
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
||||
@@ -265,35 +220,21 @@
|
||||
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
||||
<DOTAAvatarImage hittest="false" hittestchildren="false" />
|
||||
</Panel>
|
||||
|
||||
<!-- 准备就绪 -->
|
||||
<Panel id="WaitOtherPlayersPanel" >
|
||||
<Panel id="PlayerList" >
|
||||
</Panel>
|
||||
<Panel id="WaitOtherPlayersPanel">
|
||||
<Panel id="PlayerList" />
|
||||
</Panel>
|
||||
|
||||
<!-- 右上角按钮 -->
|
||||
<Panel id="RightTopButtons">
|
||||
<!-- removing donate button -->
|
||||
<!--
|
||||
<Button onactivate="$('#DonatePanel').RemoveClass('Hide')" >
|
||||
<Panel id="RightTopButtons">
|
||||
<Button onactivate="$('#DonatePanel').RemoveClass('Hide')">
|
||||
<Label text="#donate" />
|
||||
</Button>
|
||||
-->
|
||||
</Panel>
|
||||
|
||||
<!-- 赞助 -->
|
||||
<Panel id="DonatePanel" class="Hide" />
|
||||
|
||||
<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 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="" />
|
||||
|
||||
Reference in New Issue
Block a user