From 6f40c69336d4dc61567d58880a2bb4952d69be95 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Mon, 14 Dec 2020 20:07:13 +0800 Subject: [PATCH] 初始化TDAA_SDKManager --- Assets/Scripts/Guide/GuideConfig.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/Scripts/Guide/GuideConfig.cs b/Assets/Scripts/Guide/GuideConfig.cs index d56d6fd..19fbad7 100644 --- a/Assets/Scripts/Guide/GuideConfig.cs +++ b/Assets/Scripts/Guide/GuideConfig.cs @@ -15,6 +15,7 @@ "点击按钮购买宝石", "再购买一个", + //3 "但是现在只能召唤出我来。", "你可以通过合成来提升我的能力。快去试试吧。", @@ -63,12 +64,12 @@ }; public static string[] showWordsUBB = new string[]{ - "<color=red>范围伤害</color>",//$ - "<color=red>提升攻速</color>",//% - "<color=#4375F1>减速</color>",//` - "<color=red>大量伤害</color>",//& - "<color=#4375F1>异常状态</color>",//* - "<color=red>充能完毕</color>",//< + "<color=red>慢速肉盾</color>",//$ + "<color=red>大量</color>",//% + "<color=red>群攻炸弹</color>",//` + "<color=red>特定的精灵</color>",//& + //"<color=#4375F1>异常状态</color>",//* + //"<color=red>充能完毕</color>",//< }; } @@ -76,7 +77,6 @@ public enum GuideEnum { None, - Step0, Step1, Step2, Step3, -- Gitblit v1.9.1