Game Development Community

Window name

by Joseph Euan · in Torque Game Engine · 01/28/2005 (11:13 am) · 4 replies

Sorry, another newbie question.

How do I change the name that shows in the top left hand side of the game window? (someone told me its done in a script in the common/server folder but I can't find it)


Thanks in advance

Joseph

#1
01/28/2005 (11:26 am)
Joseph, look under client/init.cs for the call: "initCanvas("Your Window Name goes here");
#2
01/28/2005 (11:31 am)
Jacob, you rock! thanks!
#3
01/28/2005 (11:37 am)
Happy to help :)
#4
08/05/2008 (12:23 am)
Well, that was exactly what i needed to do, thanks.