RESTORED ORIGINAL addons/escoria-core/game/escoria.gd
This commit is contained in:
@@ -82,6 +82,9 @@ var _current_mouse_pos = Vector2.ZERO
|
||||
var tooltip2_node: Object
|
||||
|
||||
func _ready():
|
||||
# We need a slightly modified version of Action Manager to combine items with different actions.
|
||||
escoria.action_manager = ESCActionManagerMonkey.new()
|
||||
|
||||
if $tooltip_layer/tooltip.connect("tooltip_size_updated", self, "update_tooltip_following_mouse_position", [tooltip_node]) != 0:
|
||||
escoria.logger.error(self, "Error connecting tooltip_size_updated")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user