move to 3d

This commit is contained in:
2026-06-22 21:09:22 +03:00
parent 57ac96e577
commit 648df64262
13 changed files with 6677 additions and 204 deletions
@@ -50,7 +50,7 @@ public class PlayerController : Character
_isHoldingHammer = true;
}
MoveTo(_currentMovement.x, isAllowVertical ? _currentMovement.y : 0);
MoveTo(_currentMovement.x, IsAllowVertical ? _currentMovement.y : 0);
}
private void OnMovementChanged(Vector2 movement)