Game Development Community

Changing windowed mode name tag.

by Vashner · in Torque Game Engine · 04/03/2002 (3:10 pm) · 2 replies

Another noob question. How would I go about changing the name tag for the window in windowed mode? Currently says Torque Game Engine. Is that in script or C++ source?

Thanks
Randy...

#1
04/03/2002 (4:11 pm)
It's in the script code... in the example/fps/client/init.cs file. Look for the initCanvas function.
#2
04/03/2002 (4:38 pm)
Thanks Tim. I was in chat and some of the fellas got me setup with Trible IDE and it's searching functions.

Randy...