fix HammerThrower
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user