fix HammerThrower

This commit is contained in:
2026-06-06 11:50:19 +03:00
parent a1420ed339
commit ab5d62d20d
5 changed files with 34 additions and 17 deletions
@@ -47,6 +47,7 @@ public class PlayerController : Character
Vector2 move = _inputManager.Movement;
MoveTo(move.x, isAllowVertical ? move.y : 0);
_hammerThrower.SetFacingDirection(_facingRight);
}
private void OnFireButtonPressed()