Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
681 stars 30 forks source link

[Enhancement] Field Tooltips #26

Open Synthoid opened 1 year ago

Synthoid commented 1 year ago

I've noticed that some controls like the Link axis button have tooltips that are shown when the mouse hovers over them.

image

It would be helpful if hovering over field labels would display a short description of what the field does. For example, hovering over the Set others to black field label on the Color replace node could show:

Set all colors not matching the [Palette from] colors to black.

This isn't a huge thing for actual functionality obviously, but it would help people understand what each field does on a node.

Ttanasart-pt commented 1 year ago

That's a good suggestion! There are a lot of properties that I'm not sure how to call it concisely so having a tooltip for them will be nice.