更新UI参考

This commit is contained in:
2026-03-23 00:03:09 +08:00
parent 67c4bc0347
commit aa73296249
275 changed files with 1 additions and 838 deletions

View File

@@ -56,7 +56,7 @@ namespace NBF
if (rod != null && rod.Line != null && rod.Line.Lure != null)
{
// 使用 ChargedProgress 作为力度系数 (0-1)
float throwForce = 20f + ChargedProgress * 50f;
float throwForce = 20f + ChargedProgress * 90f;
// 水平向前 + 向上抛出,形成抛物线轨迹
Vector3 throwDirection = PlayerView.Unity.transform.forward;// + Vector3.up * throwUpAngle;