Drawing Functions

The following functions directly draw elements on the screen. They are only visible for one frame; for making them permanently visible the draw function must be called every frame. 2D elements are drawn over anything else; 3D elements are drawn in the level and can be behind other 3D elements or 2D elements.