From 54bfcc7640efa09f4044c9af3d2cb5b51dc7adab Mon Sep 17 00:00:00 2001 From: balloonpopper Date: Tue, 8 Nov 2022 00:06:59 +0000 Subject: [PATCH] chore: storing version and changelog --- CHANGELOG.md | 9 +++++++++ .../escoria-core/game/scenes/camera_player/esc_camera.gd | 2 +- addons/escoria-wizard/plugin.gd | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb7be2a..ec9b4b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/addons/escoria-core/game/scenes/camera_player/esc_camera.gd b/addons/escoria-core/game/scenes/camera_player/esc_camera.gd index 53519e5c..0a24730e 100644 --- a/addons/escoria-core/game/scenes/camera_player/esc_camera.gd +++ b/addons/escoria-core/game/scenes/camera_player/esc_camera.gd @@ -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", diff --git a/addons/escoria-wizard/plugin.gd b/addons/escoria-wizard/plugin.gd index 5936974d..135ddd2b 100644 --- a/addons/escoria-wizard/plugin.gd +++ b/addons/escoria-wizard/plugin.gd @@ -59,4 +59,4 @@ func enable_plugin(): "type": TYPE_STRING } ) - +