chore: storing version and changelog

This commit is contained in:
balloonpopper
2022-11-08 00:06:59 +00:00
parent 227f962885
commit 54bfcc7640
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
## [4.0.0-alpha.225](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.225) (2022-11-08)
### Bug Fixes
* Move wizard path to rooms to its own Godot setting ([e551e36](https://github.com/godot-escoria/escoria-demo-game/commit/e551e365ac2eb23219b11b4dbeedf20058aff5b4))
## [4.0.0-alpha.224](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.224) (2022-10-31)

View File

@@ -239,7 +239,7 @@ func push(p_target, p_time: float = 0.0, p_type: int = 0):
set_drag_margin_enabled(false, false)
_convert_current_global_pos_for_disabled_drag_margin()
_tween.interpolate_property(
self,
"global_position",

View File

@@ -59,4 +59,4 @@ func enable_plugin():
"type": TYPE_STRING
}
)