Game Development Community

Text in T2D

by Kevin Ryan · in Torque Game Builder · 02/15/2006 (9:50 pm) · 1 replies

I'd like to mount text on top of a sprite and have it move and rotate with the sprite. Does this already exist?

Or does the ability to rotate text exist? Glanced through the latest beta and didn't find anything.

I did find this resource:

http://www.garagegames.com/mg/forums/result.thread.php?qt=27090

#1
02/15/2006 (10:03 pm)
I just searched around a bit and found:

%t2dObject.attachGui(%GuiObject, T2DSceneWindow);

I'm not sure if the GUI will rotate with the attached object, but I'm pretty sure that's what you're looking for.