Game Development Community

Resolution independant HUD

by Jemand den es nicht gibt · in Torque Game Builder · 07/07/2006 (12:52 pm) · 2 replies

Hello!

Is there a way to have sprite that stays on the same spot on the screen? I want to make a nice animated resolution independant HUD. I would gladly use the GUI system for that but it's not really resolution independant...

#1
07/07/2006 (1:35 pm)
I use a second t2dSceneWindow on top of the game scene window. That works fine.
#2
07/07/2006 (1:37 pm)
Cool! I didn't know that was possible, thanks.