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