#UI sub-name

1 messages · Page 1 of 1 (latest)

wild mason
#

how do I make a sub-name of the button? For example, the name of the button is the name of the mode, and the sub-name is the amount of online. I did it through "Name\n sub-name" as a result, the font broke

junior python
#

you have to use \n

hard steeple
junior python
#

i have no idea why their font breaks since i dont have their ui json since they didnt send it

round relic
wild mason
wild mason
shy star
#

Why not just make each button have a certain piece of text per button as like an ID then use the JSON UI string formatting to remove that ID then display the value of that button as a subname while you conditionally render the button texture and title

#

You might be able to split the string though.

junior python