Game Development Community

Paint it white

by Zilla · in Torque X Platformer Kit · 11/02/2007 (2:02 pm) · 0 replies

I want to have a white background in the whole level.
I tried to add

base.GraphicsDeviceManager.GraphicsDevice.Clear(Color.White);

in the Draw() method. But either it doesn't paint the background white or the "foreground" is white, too.