Hello,
I have a game that is partly 2d and 3d.. some objects are models and some are just panels but I load a NULL level.
My background is being displayed using simple pan_create..
Since I want to use 3d models on my game, I've loaded a NULL level to use my entities. But then when I run the program the entities are always behind the panel background therefore not visible to the screen.
It is really intended to load a NULL level.
Any way to solve this issue?