From 3fddd64a7e9a1270bf892f7c5fd019c217c7c7c3 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 06 十一月 2018 10:33:34 +0800
Subject: [PATCH] 4398 【1.2】聊天气泡框

---
 Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs b/Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs
index 737da5c..5e9355d 100644
--- a/Core/GameEngine/Model/Config/ChatBubbleBoxConfig.cs
+++ b/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)
             {

--
Gitblit v1.8.0