makes tooltips visible again
This commit is contained in:
@@ -341,8 +341,9 @@ func click_on_inventory_item(item_global_id: String, event: InputEvent, action:
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Hide tooltip if some action is being performed
|
# Hide tooltip if some action is being performed
|
||||||
if escoria.action_manager.action_state == ESCActionManager.ACTION_INPUT_STATE.COMPLETED:
|
# Disabled: leaves the tooltips hidden. ToDo: check if has other implications.
|
||||||
$tooltip_layer/tooltip.setHidden()
|
#if escoria.action_manager.action_state == ESCActionManager.ACTION_INPUT_STATE.COMPLETED:
|
||||||
|
# $tooltip_layer/tooltip.setHidden()
|
||||||
|
|
||||||
func left_click_on_inventory_item(inventory_item_global_id: String, event: InputEvent) -> void:
|
func left_click_on_inventory_item(inventory_item_global_id: String, event: InputEvent) -> void:
|
||||||
click_on_inventory_item(inventory_item_global_id, event, ACTION3)
|
click_on_inventory_item(inventory_item_global_id, event, ACTION3)
|
||||||
|
|||||||
Reference in New Issue
Block a user