Skip to content

Commit

Permalink
chore: storing version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
StraToN committed Oct 24, 2022
1 parent fd6142c commit 287c61c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.0-alpha.219](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.219) (2022-10-24)


### Bug Fixes

* Support for both int and real for set_angle command ([fd6142c](https://github.com/godot-escoria/escoria-demo-game/commit/fd6142c7c250b2b73f4e22ce0f8b33041fc7e96f))



## [4.0.0-alpha.218](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.218) (2022-09-14)


Expand Down
2 changes: 1 addition & 1 deletion addons/escoria-core/game/esc_inputs_manager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func _on_mouse_left_clicked_item(item: ESCItem, event: InputEvent) -> void:
if not hover_stack.empty():
var next_item = hover_stack.pop_back()
_on_mouse_left_clicked_item(next_item, event)

return

if not escoria.action_manager.is_object_actionable(item.global_id):
Expand Down

0 comments on commit 287c61c

Please sign in to comment.