Commit 74b8ce50 authored by wanqing's avatar wanqing

脚本修改

parent 221b32af
...@@ -250,7 +250,7 @@ public class ChainHandle : MonoBehaviour ...@@ -250,7 +250,7 @@ public class ChainHandle : MonoBehaviour
//设置铁球位置 //设置铁球位置
Vector3 varVec3 = m_parentTrans.position; Vector3 varVec3 = m_parentTrans.position;
varVec3.x = hit.point.x - m_maxHeightBallPos.x; varVec3.x = hit.point.x - m_maxHeightBallPos.x;
varVec3.y = hit.point.y+5.2f; varVec3.y = hit.point.y+5.6f;
varVec3.z = 0; varVec3.z = 0;
m_parentTrans.position = varVec3; m_parentTrans.position = varVec3;
GameServices.timerServices.Push(this, 0.1f, delegate GameServices.timerServices.Push(this, 0.1f, delegate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment