added: grapple pull replacement for crappy new grapple

This commit is contained in:
Chris
2025-08-07 21:12:18 -04:00
parent 66ab541897
commit 5b61d042b1
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())