Game Development Community

Vertical text

by Brian Wardle · in Torque Game Builder · 07/31/2006 (1:33 pm) · 1 replies

I want to create a vertical line of text but haven't found a gui control that will let me do it. I would like it to be 2 characters wide since I will be using it for numbering. Does anyone know a way this can be accomplised? Below is an example of what I'm talking about.

2
3
8
9
10
4

#1
08/01/2006 (11:52 pm)
You can do it with a GuiMLTextCtrl. Just use '\n' for newlines in the setText function.