2D Graphics in Engine

Hi,

I am wanting to produce a game with graphics much like Zombieville USA (which is made in this engine, right?), although the actual gameplay is completely different. How would I go about making a 2D game in this 3D engine?

Thanks,
Rich Bosworth

By doing 2D through 3D
That means you add the 2D visuals to 3D quads which are always flat in front of the camera.

The SpriteManager in the iPhone Development board will give you a good start and idea of how to do it.

GUITexture would be the inefficient solution for this.