修改鱼线逻辑

This commit is contained in:
2026-03-22 16:25:39 +08:00
parent 6390924d3b
commit 04d6446a76
12 changed files with 15640 additions and 15564 deletions

View File

@@ -117,6 +117,10 @@ namespace NBF
public void SetTargetLength(float value)
{
Log.Error($"SetObiRopeStretch={value}");
if (value > 1)
{
// value -= 0.2f;
}
fishingRope.SetTargetLength(value);
}
}