少年修仙传客户端代码仓库
client_linchunjie
2018-11-06 3fddd64a7e9a1270bf892f7c5fd019c217c7c7c3
Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Monday, November 05, 2018
//    [  Date ]:         Tuesday, November 06, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -22,7 +22,8 @@
      public string Icon { get ; private set; } 
      public int Jump { get ; private set ; }
      public string GainTip { get ; private set; } 
      public int[] color;
      public int[] color;
      public int top { get ; private set ; }
      public override string getKey()
        {
@@ -69,7 +70,9 @@
            for (int i=0;i<colorStringArray.Length;i++)
            {
                int.TryParse(colorStringArray[i],out color[i]);
            }
            }
            top=IsNumeric(rawContents[12]) ? int.Parse(rawContents[12]):0;
            }
            catch (Exception ex)
            {