Game Development Community

How do I change the icon?

by James Bond · in Torque Game Engine · 08/06/2004 (9:03 pm) · 2 replies

I have now mannaged to set up a project file for my project. I would now like to change the icon for what was called torqueDemo_DEBUG, It is the icon with the Torque 'T' logo.

Thanks in advance,
-James B.

#1
08/07/2004 (1:56 am)
Assuming you are using VC++, look in the Torque directory for the version you are using (torque\vc6 or torque\vc7). You'll see a file named 'torque.ico'. Just replace that with your new icon (keeping the name) and you're good to go.
#2
08/07/2004 (8:38 pm)
Oh ok thanks