Game Development Community

Welcome to the torque

by Fucifer · in Torque Game Engine · 01/11/2004 (10:54 am) · 2 replies

Can anyone tell me what file "Welcome to the Torque demo app" that appears in the game top left is in. I think have look in every file. Thank you very much.

#1
01/11/2004 (11:36 am)
Can you give us a screenshot of what you want?

Have you tried using the GUI editor to find out?
#2
01/11/2004 (11:40 am)
See example\common\server\clientConnection.cs. The text can be found in function GameConnection::onConnect().

Hope this helps.