修改鱼线
This commit is contained in:
@@ -117,9 +117,9 @@ namespace NBF
|
||||
public void SetTargetLength(float value)
|
||||
{
|
||||
Log.Error($"SetObiRopeStretch={value}");
|
||||
if (value > 1)
|
||||
if (value > 3)
|
||||
{
|
||||
// value -= 0.2f;
|
||||
value -= 0.2f;
|
||||
}
|
||||
fishingRope.SetTargetLength(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user