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:
committed by
Julian Murgia
parent
4c39e47d38
commit
6afff99e7c
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user