bunch of fixes and changes done
This commit is contained in:
parent
4a9193e549
commit
73b9a706a3
59 changed files with 940 additions and 68 deletions
|
|
@ -62,7 +62,7 @@ func _drop_data(at_position: Vector2, data: Variant) -> void:
|
|||
func _on_mouse_entered() -> void:
|
||||
#print("im real?")
|
||||
if item:
|
||||
Tooltip.show_tip(item.item_name, extra_data)
|
||||
Tooltip.show_tip(item, extra_data)
|
||||
MouseTweaks.hovered_slot = self
|
||||
pass # Replace with function body.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue