FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

Add a way to set button label & hover label's scale

BredyAK opened this issue ยท 1 comments

commented

Describe your idea
Hi there, I want to request a feature for a loooong time, that is changing the button label's scale!

Currently we could only do so by these steps:

  1. Clear button's label
  2. Add a text element over the button
  3. Manually adjust the text element's position
  4. If the button has interaction with any other elements such as fading-in/out, following other animated element's position, we must consider the text element too, and this will add tons of work for us...

And we'll even lose the button text's scrolling effect (as the GIF below shows)!

Image

It would be better if we could freely set button label and hover label's scale! :D

commented

Will not happen, because I would need to override even more parts of Vanilla code, sorry.