2501 【BUG】【1.3】助战副本界面,境界信息没有蓝字显示
| | |
| | | {
|
| | | RealmConfig realmConfig = Config.Instance.Get<RealmConfig>(funcLineId);
|
| | | string realmName = realmConfig != null ? realmConfig.Name : string.Empty;
|
| | | fbName = StringUtility.Contact("【",realmName,"】",dungeonConfig.FBName);
|
| | | if(!string.IsNullOrEmpty(realmName))
|
| | | {
|
| | | realmName = StringUtility.Contact("【", realmName, "】");
|
| | | fbName = StringUtility.Contact(UIHelper.AppendStringColor(TextColType.Blue,realmName,true), dungeonConfig.FBName);
|
| | | }
|
| | | else
|
| | | {
|
| | | fbName = dungeonConfig.FBName;
|
| | | }
|
| | | |
| | | }
|
| | | else
|
| | | {
|
| | |
| | | public static readonly Color32 s_BrightPinkColor = new Color32(246, 64, 141, 255);
|
| | | public static readonly Color32 s_BrightRedColor = new Color32(255, 3, 3, 255);
|
| | | public static readonly Color32 s_BrightPurpleColor = new Color32(218, 72, 213, 255);
|
| | | public static readonly Color32 s_BrightBlueColor = new Color32(0, 107, 227, 255);
|
| | | public static readonly Color32 s_BrightBlueColor = new Color32(0, 107, 227, 255); //006BE3FF
|
| | | public static readonly Color32 s_BrightOrangeColor = new Color32(255, 103, 1, 255); //FF6701FF
|
| | | public static readonly Color32 s_BrightWhiteColor = new Color32(104, 104, 104, 255); //686868
|
| | | public static readonly Color32 s_BrightGreenColor = new Color32(16, 157, 6, 255); //109d06
|