From 67a8f4730caef969a37638625268d3c3f59fdf49 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 23 一月 2019 20:55:17 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/Core/GameEngine/Model/Config/SkillFrameAnimationConfig.cs b/Core/GameEngine/Model/Config/SkillFrameAnimationConfig.cs
index 0fcb490..60d3cd7 100644
--- a/Core/GameEngine/Model/Config/SkillFrameAnimationConfig.cs
+++ b/Core/GameEngine/Model/Config/SkillFrameAnimationConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:			绗簩涓栫晫
-//    [  Date ]:		   Tuesday, January 22, 2019
+//    [  Date ]:		   Wednesday, January 23, 2019
 //--------------------------------------------------------
 
 using UnityEngine;
@@ -14,7 +14,9 @@
 		public int skillTypeId { get ; private set ; }
 		public int totalTime { get ; private set ; }
 		public string[] spriteKeys;
-		public string descriptionIcon { get ; private set; } 
+		public string descriptionIcon { get ; private set; } 
+		public Vector3 sizeDelta { get ; private set; } 
+		public Vector3 position { get ; private set; } 
 
 		public override string getKey()
         {
@@ -30,7 +32,11 @@
 			
 				spriteKeys = rawContents[2].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries);
 			
-				descriptionIcon = rawContents[3].Trim();
+				descriptionIcon = rawContents[3].Trim();
+			
+				sizeDelta=rawContents[4].Vector3Parse();
+			
+				position=rawContents[5].Vector3Parse();
             }
             catch (Exception ex)
             {

--
Gitblit v1.8.0