From f8c8fc16d18c32e65bf516568e80ba04930cdf99 Mon Sep 17 00:00:00 2001 From: StraToN Date: Thu, 19 May 2022 12:29:00 +0000 Subject: [PATCH] chore: storing version and changelog --- CHANGELOG.md | 9 +++++++++ .../game/core-scripts/esc/esc_action_manager.gd | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0088843..77796573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.0-alpha.186](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.186) (2022-05-19) + + +### Features + +* room6 New graphics ([#532](https://github.com/godot-escoria/escoria-demo-game/issues/532)) ([641cd9f](https://github.com/godot-escoria/escoria-demo-game/commit/641cd9f7cb9b84f0cd703751e2363ebe5020eba7)) + + + ## [4.0.0-alpha.185](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.185) (2022-05-13) diff --git a/addons/escoria-core/game/core-scripts/esc/esc_action_manager.gd b/addons/escoria-core/game/core-scripts/esc/esc_action_manager.gd index be499f1e..78e8cfde 100644 --- a/addons/escoria-core/game/core-scripts/esc/esc_action_manager.gd +++ b/addons/escoria-core/game/core-scripts/esc/esc_action_manager.gd @@ -526,7 +526,7 @@ func perform_inputevent_on_object( # In case of an interrupted walk, we don't want to proceed. if context == null: return - + destination_position = context.target_position dont_interact = context.dont_interact_on_arrival