修改水

This commit is contained in:
2026-01-01 22:00:33 +08:00
parent 040a222bd6
commit 9ceffccd39
1800 changed files with 103929 additions and 139495 deletions

View File

@@ -1,7 +1,5 @@
using System;
using NBF;
using NBF;
using Obi;
using Unity.VisualScripting;
using UnityEngine;
public class FLineHandler : MonoBehaviour
@@ -16,6 +14,8 @@ public class FLineHandler : MonoBehaviour
public LineType lineType = LineType.TwoSegment;
// public ObiParticleAttachment startParticleAttachment;
public ObiRope obiRopeSegment_1;
public ObiRope obiRopeSegment_2;
@@ -53,6 +53,9 @@ public class FLineHandler : MonoBehaviour
private Transform waterPlane;
public LineRenderer LineRenderer1;
public LineRenderer LineRenderer2;
// public float ropeToHookDistance;
void Start()
@@ -152,6 +155,7 @@ public class FLineHandler : MonoBehaviour
// LineConnector_1.minDistance = LineConnector_1.maxDistance;
}
public void SetSegmentTwoLenght(float lenght)
{