change: grapple move slow and clean up

This commit is contained in:
Chris
2025-08-06 16:01:33 -04:00
parent c9e33cfa99
commit 642828f74e
5 changed files with 27 additions and 20 deletions

View File

@@ -35,7 +35,6 @@ public interface ILockOnTarget {
foreach (LockOnManager.ActiveLockOnTarget target in LockOnManager.Instance.activeTargets) {
if (target.gameObject == this.gameObject) {
GameObject clone = new GameObject{name = $"Target Clone of {gameObject.name}", transform = { position = transform.position}};
Debug.Log("hii");
target.gameObject = clone;
target.cinemachineTarget.Object = clone.transform;