fix: Remove call to stop dialog to correct player mirroring
This commit is contained in:
committed by
Julian Murgia
parent
5f78c026da
commit
6692953385
@@ -749,6 +749,9 @@ func stop_talking():
|
|||||||
if is_movable:
|
if is_movable:
|
||||||
if animations.speaks[_movable.last_dir].mirrored \
|
if animations.speaks[_movable.last_dir].mirrored \
|
||||||
and not _movable.is_mirrored:
|
and not _movable.is_mirrored:
|
||||||
|
# Allow this function to be called multiple times without setting
|
||||||
|
# the direction incorrectly
|
||||||
|
if _sprite_node.scale.x < 1:
|
||||||
_sprite_node.scale.x *= -1
|
_sprite_node.scale.x *= -1
|
||||||
|
|
||||||
animation_player.play(
|
animation_player.play(
|
||||||
|
|||||||
Reference in New Issue
Block a user