Good day, I'm need some help with Labels and Canvas Layers.
I have an object - Node2d, that on hover should show a message.
There can be many of these objects.
I also have a global GUI Canvas Layer.
- Do I have single label in that global Canvas Layer, and update it accordingly from those objects via manager and signals.
- Or do I have Canvas Layer and label seperatly for each object, resulting in multiple canvas layer (however ant one time only 1 would be shown)
And if we are using a global one, how would I go about showing that label over an active object?