Game Development Community

Changing Main Window title

by Ofer Rundstein · in Torque Game Engine · 04/25/2004 (9:36 am) · 2 replies

Hi there.
I have just downloaded the torque engine SDK and I was wondering how do I change the Main Window title of the game.

Thanks,

Ofer.

#1
04/25/2004 (9:54 am)
The text passed to the initCanvas() call is what becomes the window text.
#2
04/26/2004 (7:18 am)
I figured it out already, but thanks for the swift response anyway ;)