#[SOLVED] Always display text in corner of screen
1 messages · Page 1 of 1 (latest)
How? Did you mind telling me?
Add a hud element of type label and anchor it from bottom_right to bottom_right
it doesn't work, did I do something wrong?
this is my file directory btw if I need to add something else maybe
@unkempt sigil
oh so thats why its error
Yep
The code will work after you put it inside {}
is there a way to make the text more transparent or changing it's color?
You can change color using this:
"color": [0.2, 0.2, 0.3]
It uses RGB percentage
and for transparancy?
is it possible?
Yes
Use "alpha": 0.7
You can use any value from 0 to 1
THANK YOU SO MUCH !!
No problem!
eh, is there a way to edit the UI in real time instead have to reloading and make a new world every update?
You don't have to make a new world. Just save and quit and load the world again
oh really, this whole time I've been making new world every changes
thankk you so much !!
Welcome