ECM2
This commit is contained in:
@@ -137,9 +137,9 @@ public class FLineHandler : MonoBehaviour
|
||||
LineConnector_1.maxDistance = 0.1f + Rod.Owner.Data.lineLength;
|
||||
if (Input.GetKey(KeyCode.E))
|
||||
{
|
||||
var speed = 1;
|
||||
obiRopeCursor_1.ChangeLength(LineConnector_1.maxDistance);
|
||||
Debug.Log(obiRopeSegment_1.restLength);
|
||||
// var speed = 1;
|
||||
// obiRopeCursor_1.ChangeLength(LineConnector_1.maxDistance);
|
||||
// Debug.Log(obiRopeSegment_1.restLength);
|
||||
}
|
||||
|
||||
// var addLength = LineConnector_1.maxDistance - obiRopeSegment_1.restLength;
|
||||
|
||||
Reference in New Issue
Block a user