瀏覽代碼

竞技场

zhaoyang 2 年之前
父節點
當前提交
95fa4e0094

+ 1 - 2
GameClient/Assets/Game/HotUpdate/Views/MainStory/ArenaFightResultView.cs

@@ -36,7 +36,6 @@ namespace GFGGame
         protected override void OnInit()
         protected override void OnInit()
         {
         {
             base.OnInit();
             base.OnInit();
-
             _ui.m_btnClose.onClick.Add(OnClickBtnClose);
             _ui.m_btnClose.onClick.Add(OnClickBtnClose);
 
 
             _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("fightBg");
             _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("fightBg");
@@ -61,7 +60,7 @@ namespace GFGGame
             _ui.m_comResult.m_txtScore.text = myScore.ToString();
             _ui.m_comResult.m_txtScore.text = myScore.ToString();
             _ui.m_comResult.m_grpStar.visible = false;
             _ui.m_comResult.m_grpStar.visible = false;
 
 
-
+            _ui.m_btnClose.enabled = false;
             _ui.m_t0.Play();//播放重置动画
             _ui.m_t0.Play();//播放重置动画
             _ui.m_comRoleResult.m_t0.Play();//播放重置动画
             _ui.m_comRoleResult.m_t0.Play();//播放重置动画
             _ui.m_comRoleResult.m_comRole.m_t0.Play(() =>
             _ui.m_comRoleResult.m_comRole.m_t0.Play(() =>

二進制
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes