修改rope脚本

This commit is contained in:
Bob.Song
2025-11-05 15:46:53 +08:00
parent 6ccd2e16bd
commit 3e739facde
10 changed files with 1382 additions and 180 deletions

View File

@@ -50,7 +50,7 @@ namespace NBF
ropes.Remove(rope);
var newRopes = new Rope[2];
rope.SplitAt(particle, newRopes);
// rope.SplitAt(particle, newRopes);
if (newRopes[0] != null) ropes.Add(newRopes[0]);
if (newRopes[1] != null) ropes.Add(newRopes[1]);