| | |
| | | int fatesNowStarCnt = manager.GetFatesNowStarCnt(fatesId); |
| | | int nextNeedStarCnt = nextLVConfig.NeedStarTotal; |
| | | txtHasHeroTotalStar.text = StringUtility.Concat(Language.Get("HeroFates05"), UIHelper.AppendColor(nextNeedStarCnt <= fatesNowStarCnt ? TextColType.LightGreen : TextColType.Red, Language.Get("HeroFates11", fatesNowStarCnt, nextNeedStarCnt))); |
| | | txtFateName.color = UIHelper.GetUIColorByFunc(nextLVConfig.NeedQuality); |
| | | outlineFateName.OutlineColor = UIHelper.GetUIOutlineColor(nextLVConfig.NeedQuality); |
| | | } |
| | | |
| | | txtFateName.text = config.FatesName; |
| | | |
| | | txtFateName.color = UIHelper.GetUIColorByFunc(config.BGQuality); |
| | | outlineFateName.OutlineColor = UIHelper.GetUIOutlineColor(config.BGQuality); |
| | | DisplayLH(config); |
| | | |
| | | transAttr.SetActive(!isNoActive); |