bunch of fixes and changes done

This commit is contained in:
Tabby 2026-01-17 17:07:53 +11:00
parent 4a9193e549
commit 73b9a706a3
59 changed files with 940 additions and 68 deletions

View file

@ -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.