Skip to content

Commit 69218eb

Browse files
committed
fix: corrige animacao idle leste
1 parent d4ff361 commit 69218eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Player/Scripts/Player.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private void PlayIdleAnimation()
112112
if (_animatedSprite.Animation == idleAnimation)
113113
return;
114114

115-
PlayAnimation(idleAnimation);
115+
PlayAnimation(idleAnimation, (_currentDirection == Direction.East));
116116
_animatedSprite.SpeedScale = 1.0f;
117117
}
118118

0 commit comments

Comments
 (0)