fix: Resets the current verb after the action has finished (#443)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
@@ -204,6 +204,7 @@ func pause_game():
|
|||||||
|
|
||||||
func _on_action_finished():
|
func _on_action_finished():
|
||||||
$mouse_layer/verbs_menu.clear_tool_texture()
|
$mouse_layer/verbs_menu.clear_tool_texture()
|
||||||
|
$mouse_layer/verbs_menu.iterate_actions_cursor(0)
|
||||||
|
|
||||||
|
|
||||||
func _on_MenuButton_pressed() -> void:
|
func _on_MenuButton_pressed() -> void:
|
||||||
|
|||||||
Reference in New Issue
Block a user