added: grapple pull replacement for crappy new grapple

This commit is contained in:
Chris
2025-08-07 21:12:18 -04:00
parent 70064db06d
commit d5bab9d842
8 changed files with 34458 additions and 52 deletions

View File

@@ -148,6 +148,8 @@ namespace NodeCanvas.Tasks.Actions {
if (agent.isGrounded) {
jumpPower.value = 0f;
}
EndAction(true);
}
// Gravity is processed in LateUpdate (added to MonoManager's onLateUpdate in OnInit())