#✅ | Change text size

1 messages · Page 1 of 1 (latest)

deep herald
#

How can i change the text size on fancymenu? like the text itself, not the "textbox"

hoary orchidBOT
# deep herald How can i change the text size on fancymenu? like the text itself, not the "text...

Hello there! 👋

To change the text size of a "Text" element in FancyMenu, you'll want to adjust its scale. You can do this by right-clicking the "Text" element in the editor. In the context menu that appears, you should find an option to set the scale.

For button labels, the text size is typically adjusted automatically with the button's size, but if you're using Minecraft's text component system for labels (which is a JSON format), you might have more fine-grained control over the text properties, including font.

Let me know if you have any other questions! 😊

deep herald
#

How can i add an action to a button?

hoary orchidBOT
# deep herald How can i add an action to a button?

To add an action to a button, you need to right-click on the button in the layout editor and then select "Manage Action Script". In the screen that opens, you can add new actions or control statements.

You can find more detailed information and examples in the documentation here: Action Scripts

deep herald
#

is it possible to put an oppacity gradient on a rectangle shape element?

hoary orchidBOT
# deep herald is it possible to put an oppacity gradient on a rectangle shape element?

That's a good question! For the "Rectangle Shape" element, you can set a solid color using HEX RGBA values. While you can control the overall opacity of the rectangle with the alpha channel in the HEX RGBA value, FancyMenu doesn't currently support applying a gradient opacity directly to this element.

If you want a more complex visual effect like an opacity gradient, you might need to use an "Image" element with a custom texture that has the gradient built into it.

hoary orchidBOT
#

✅ | Change text size