#Noob here! - Writing vertically
16 messages · Page 1 of 1 (latest)
There's a v box container
Putting it in a VBox container doesn't seem to be making the text go vertical unfortunately. I want the text to either go like this:
E
X
A
M
P
L
E
or just rotate the normal string 90 degrees
Either one of them really 😂
Wait what, when I tried that the rotation was locked?
¯_(ツ)_/¯
Oh I see
it's because you are trying to rotate the label which is dependent on the VBoxContainer
I rotated the container
I see! Unfortunately that's not possible for me since it's already under another container 🤔
So, I just did this and you might find it useful. You set the autowrap to "arbitrary" and then you make your label thin enough for only one character per line, and you can force it to to this:
Since yours is in a container, you'll need to ensure that the layout/container sizing setting for horizontal is shrink begin, shrink center or shrink end.