|
@@ -36,7 +36,6 @@ namespace GFGGame
|
|
|
protected override void OnInit()
|
|
|
{
|
|
|
base.OnInit();
|
|
|
-
|
|
|
_ui.m_btnClose.onClick.Add(OnClickBtnClose);
|
|
|
|
|
|
_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_grpStar.visible = false;
|
|
|
|
|
|
-
|
|
|
+ _ui.m_btnClose.enabled = false;
|
|
|
_ui.m_t0.Play();//播放重置动画
|
|
|
_ui.m_comRoleResult.m_t0.Play();//播放重置动画
|
|
|
_ui.m_comRoleResult.m_comRole.m_t0.Play(() =>
|