How to show a label when mouse hover over an object?

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

I want to make an inventory for a character. When the mouse hovering over a slot with an item, its description must be shown.

:bust_in_silhouette: Reply From: Ryukuzo

Hello,

have you tried using the “mouse entered” and “mouse exited” signals ?

No. Where can I find these signals?

start123 | 2020-05-07 14:00

You can find them in the inspector. You have to connect them to the script and then you ca nuse them directly.

You should look for documentation about signals, it’s quite easy to understand.

Signals — Godot Engine (3.1) documentation in English

Ryukuzo | 2020-05-09 13:04