From 1fd1bcaa2fe70eb6a8f5a79cbd946a42d029dd7f Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Fri, 11 Dec 2020 19:57:50 +0800
Subject: [PATCH] Merge commit '4950827515e3479d594ce5487a68febd6af870cb'

---
 Assets/Scripts/Guide/GuideConfig.cs |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/Assets/Scripts/Guide/GuideConfig.cs b/Assets/Scripts/Guide/GuideConfig.cs
index 2ed017c..19fbad7 100644
--- a/Assets/Scripts/Guide/GuideConfig.cs
+++ b/Assets/Scripts/Guide/GuideConfig.cs
@@ -15,6 +15,7 @@
         "点击按钮购买宝石",
         "再购买一个",
 
+
         //3
         "但是现在只能召唤出我来。",
         "你可以通过合成来提升我的能力。快去试试吧。",
@@ -39,7 +40,8 @@
 
         //9
         //"这样就可以了,刚好水精灵也到达战场了。",
-        "水精灵的攻击会使敌人`,快去召唤他试试吧。",
+        //"水精灵的攻击会使敌人`,快去召唤他试试吧。",
+        "继续购买,看能抽到什么精灵",
 
         //10
         //"点击按钮购买宝石",
@@ -48,8 +50,8 @@
         //11
         //"不好不好,敌人快冲破防线了。",
         //"还好我留了一手,送你一个技能宝石,快用它来化解危机吧。",
-        "属性相克",
-        "交换打的更快",
+        "面对血厚的怪物,使用玉米精灵对付它",
+        "拖动可随时交换精灵位置!",
 
         //12
         "不好不好,敌人太多了",
@@ -62,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>",//<
     };
 
 }
@@ -75,7 +77,6 @@
 public enum GuideEnum
 {
     None,
-    Step0,
     Step1,
     Step2,
     Step3,

--
Gitblit v1.9.1