Game Development Community

how to remove X from middle of screen?

by Mohammad Adam · in Torque X 2D · 08/26/2010 (6:00 pm) · 2 replies

when i make a new project, it always has a X in the middle of the screen, how do i remove this, any ideas?

#1
08/26/2010 (6:15 pm)
Assuming you are using the GUI starter project, look in the GUIPlay.cs file. Disable/remove the _target control.
#2
08/26/2010 (6:27 pm)
thanks mate, :)