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 May 29, 2023
1 parent 751e44d commit 02822ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.0.0-alpha.247](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.247) (2023-05-29)



## [4.0.0-alpha.246](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.246) (2023-05-27)


Expand Down
4 changes: 2 additions & 2 deletions addons/escoria-ui-simplemouse/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ func left_click_on_item(item_global_id: String, event: InputEvent) -> void:
[item_global_id, event],
true
)

$mouse_layer/verbs_menu.clear_tool_texture()

func right_click_on_item(item_global_id: String, event: InputEvent) -> void:
mousewheel_action(1)

Expand Down

0 comments on commit 02822ec

Please sign in to comment.