chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-08 19:19:23 +00:00
parent 6d98e7bdce
commit 431efd853a
15 changed files with 104 additions and 82 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
)