Im trying to make a GUI, and I am having problems. I loaded the gui using this:
and after updating the world, rendering it I added this:
The program was running fine, but once I added the background GUI, the program has crawled to almost a hault! Why is this?
Global interface = LoadImage ("interface.bmp")
and after updating the world, rendering it I added this:
DrawImage interface,0,0 Flip
The program was running fine, but once I added the background GUI, the program has crawled to almost a hault! Why is this?