chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-09 14:13:32 +00:00
parent baee79f5a0
commit 7a46908569
6 changed files with 16 additions and 7 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
)