|
@@ -79,19 +79,19 @@ namespace GFGGame
|
|
|
}
|
|
|
|
|
|
SceneController.UpdateRole(EquipDataCache.cacher.equipDatas, _sceneObject);
|
|
|
- _ui.m_selfScore.m_txtScore.text = "" + _resultData.Score;
|
|
|
+ _ui.m_txtScore.text = "" + _resultData.Score;
|
|
|
_ui.m_expBar.m_txtLvl.text = "" + GameGlobal.myNumericComponent.GetAsInt(NumericType.Lvl);
|
|
|
RoleLevelCfg roleLevelCfg = RoleLevelCfgArray.Instance.GetCfg(GameGlobal.myNumericComponent.GetAsInt(NumericType.Lvl));
|
|
|
// _ui.m_expBar.m_pbExp.max = roleLevelCfg.exp;
|
|
|
// _ui.m_expBar.m_pbExp.value = GameGlobal.myNumericComponent.GetAsInt(NumericType.Exp);
|
|
|
|
|
|
- StoryUtil.UpdateStar(_resultData.Star, _ui.m_selfScore.m_flower.target);
|
|
|
+ StoryUtil.UpdateStar(_resultData.Star, _ui.m_flower.target);
|
|
|
|
|
|
string resPath = ResPathUtil.GetViewEffectPath("ui_zhandou", string.Format("zd_zdjs_{0}", _resultData.Star));
|
|
|
- SceneController.AddObjectToView(_gameObject, _wrapper, _ui.m_selfScore.m_holder, resPath, out _gameObject, out _wrapper, 120);
|
|
|
+ SceneController.AddObjectToView(_gameObject, _wrapper, _ui.m_holder, resPath, out _gameObject, out _wrapper, 120);
|
|
|
|
|
|
// _ui.m_selfScore.m_bg.url = "ui://Main/zd_jsjm_jszi_" + _resultData.Star;
|
|
|
- TextFormat tf = _ui.m_selfScore.m_txtScore.textFormat;
|
|
|
+ TextFormat tf = _ui.m_txtScore.textFormat;
|
|
|
UpdateToCheckGuide(null);
|
|
|
if (!this._resultData.Result)
|
|
|
{
|
|
@@ -111,7 +111,7 @@ namespace GFGGame
|
|
|
_ui.m_expBar.m_txtLvlAdded.text = "" + fightCfg.exp;
|
|
|
Timers.inst.Add(0.5f, 1, this.AddExp);
|
|
|
}
|
|
|
- _ui.m_selfScore.m_txtScore.textFormat = tf;
|
|
|
+ _ui.m_txtScore.textFormat = tf;
|
|
|
_ui.m_t0.SetValue("posY", 33, this.viewCom.height - 235);
|
|
|
_ui.m_t0.Play();
|
|
|
}
|