chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-08 19:20:45 +00:00
parent 05f139ef1a
commit fda97352a0
11 changed files with 29 additions and 20 deletions

View File

@@ -209,7 +209,7 @@ func element_focused(element_id: String) -> void:
if escoria.action_manager.current_action != VERB_USE \
and escoria.action_manager.current_tool == null \
and target_obj is ESCItem:
$mouse_layer/verbs_menu.set_by_name(
target_obj.default_action
)