修改rope

This commit is contained in:
2026-02-22 21:54:16 +08:00
parent 06bf72973c
commit cb636f862d
133 changed files with 11524 additions and 11306 deletions

View File

@@ -294,6 +294,9 @@ namespace NBF
Line = obj.GetComponent<FLine>();
Line.transform.position = Asset.lineConnector.position;
Line.Init(this.Player, this);
var obiSolver = solver.GetComponent<ObiSolver>();
// obiSolver.simulateWhenInvisible
}
}