摘要: using UnityEngine;using System.Collections;public class WaterSpoutMove : MonoBehaviour { public float moveSpeed; public Transform StartPoint; public Transform CenterPoint; private Vector3 EndPoint; private int num; //public Transform attackTarget; private PlayerData pData; private float Far_Hurt;... 阅读全文
posted @ 2013-10-17 18:05 小薇林 阅读(252) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-10-17 17:43 小薇林 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-10-17 16:38 小薇林 阅读(0) 评论(0) 推荐(0) 编辑
摘要: void Skills_CD() { if(pData.mp>=P_EPZ) { Skill_panel.SetActiveRecursively(false); is_Sikll = false; }else { Skill_panel.SetActiveRecursively(true); } if(NeedSkillsCD>0) { NeedSkillsCD-=Time.deltaTime; ... 阅读全文
posted @ 2013-10-17 15:29 小薇林 阅读(208) 评论(0) 推荐(0) 编辑