|
@@ -79,6 +79,7 @@ namespace GFGGame
|
|
|
ScoreSystemData.Instance.SetEquipDicWithType();
|
|
|
|
|
|
_ui.m_comClickCircle.target.touchable = false;
|
|
|
+ NTexture nTexture = new NTexture(EquipDataCache.cacher.RoleTextuex);
|
|
|
// _ui.m_loaRole.texture = new NTexture(EquipDataCache.cacher.RoleTextuex);// EquipDataCache.cacher.FightRoleRes;
|
|
|
|
|
|
_ui.m_btnSpeedUp.visible = EquipDataCache.cacher.autoPlay;
|
|
@@ -189,6 +190,7 @@ namespace GFGGame
|
|
|
if (_index >= FightScoreCfgArray.Instance.dataArray.Length)
|
|
|
{
|
|
|
GetCurStar(out int star, out Transition transition);
|
|
|
+ NTexture nTexture = new NTexture(EquipDataCache.cacher.RoleTextuex);
|
|
|
// _ui.m_comRoleResult.m_comRole.m_loaRole.texture = new NTexture(EquipDataCache.cacher.RoleTextuex); ;
|
|
|
_ui.m_comRoleResult.m_c1.selectedIndex = 0;
|
|
|
_ui.m_LoaMask.touchable = true;
|