How can I add a tooltip for my inventory?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jujumumu

I know you can add a tooltip using the control, but I have a inventory and it has different items. I don’t think it would be practical to add 50 control nodes one for each slot but correct me if I am wrong. I want it so that if you hover over a slot it shows the stats for the item. Not sure how to do this.

:bust_in_silhouette: Reply From: TheNewGrant

I noticed on godot in the label node that in Inspector-Control-Hint there is a tooltip section where you can type in a tooltip and when you hover over it the tooltip will display. I don’t think that it would be too complicated coding in a tooltip which will work for your inventory.

I don’t know if this is what you were looking for but in my mind it sounds like a good solution.