diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa75da9..bf7c839e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.0-alpha.132](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.132) (2022-03-10) + + +### Bug Fixes + +* Wrong variable used causing a crash on UI de-registering ([cb538ed](https://github.com/godot-escoria/escoria-demo-game/commit/cb538edb017030f47255835f371d5968abaf4134)) + + + ## [4.0.0-alpha.131](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.131) (2022-03-10) diff --git a/addons/escoria-core/game/core-scripts/esc/commands/slide.gd b/addons/escoria-core/game/core-scripts/esc/commands/slide.gd index 2f09212a..078086cd 100644 --- a/addons/escoria-core/game/core-scripts/esc/commands/slide.gd +++ b/addons/escoria-core/game/core-scripts/esc/commands/slide.gd @@ -58,7 +58,7 @@ func validate(arguments: Array): # - *destination*: The destination item to slide to # - *speed*: The speed at which to slide in pixels per second (will default to # the speed configured on the `object`) -# +# # # **Returns** The generated (and started) tween func _slide_object(