修改线逻辑

This commit is contained in:
2026-02-23 21:17:48 +08:00
parent 91e2309eeb
commit 3affe183f7
4 changed files with 33 additions and 46 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using NBC;
// using Obi;
using UnityEngine;
@@ -87,7 +88,8 @@ namespace NBF
public void SetObiRopeStretch(float value)
{
fishingRope.SetTargetLength(value);
Log.Error($"SetObiRopeStretch={value}");
fishingRope.SetTargetLength(value-0.2f);
}
}
}