Game Development Community

TitleBar Text how to change?

by James Brad Barnette · in Torque Game Engine · 05/24/2007 (11:31 am) · 1 replies

I need to change what the title bar says. It that something that has to be done in compile? I wouldn't think that it would as I know it changes when different mods are running. can someone tell me where to change this?

#1
05/24/2007 (12:29 pm)
You'll find it in your client/init.cs file:

initCanvas("Your title here...");