fix: allows for transition to be disabled on init; still has issue w/ UI showing up for fraction of a second

This commit is contained in:
Duncan Brown
2022-04-21 21:32:20 -04:00
committed by Julian Murgia
parent 4c39e47d38
commit 6afff99e7c
5 changed files with 15 additions and 10 deletions

View File

@@ -347,8 +347,9 @@ func _on_action_finished() -> void:
tooltip.clear()
func _on_event_done(_return_code: int, _event_name: String):
escoria.action_manager.clear_current_action()
verbs_menu.unselect_actions()
if _return_code == ESCExecution.RC_OK:
escoria.action_manager.clear_current_action()
verbs_menu.unselect_actions()
func apply_custom_settings(custom_settings: Dictionary):