chore: storing version and changelog

This commit is contained in:
StraToN
2022-03-17 21:33:02 +00:00
parent 0262a75b25
commit 1e0862c3f2
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## [4.0.0-alpha.138](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.138) (2022-03-17)
## [4.0.0-alpha.137](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.137) (2022-03-17)

View File

@@ -508,10 +508,10 @@ func stop_talking():
and _movable.last_dir < animations.speaks.size():
if get_animation_player().is_playing():
get_animation_player().stop()
if animations.speaks[_movable.last_dir].mirrored:
_sprite_node.scale.x *= -1
get_animation_player().play(
animations.idles[_movable.last_dir].animation
)