Title is a bit confusing, Anyways, what I'm trying to do is to draw a GUI on the screen of a program that utilizes 3D graphics. The issue is that 2D drawing functions (like line()) draw in the 3D space instead of on the screen. Is there a way to fix this?