This is, once again, my first project in a long time. In short, it's a 3D square that draws *extremely* slowly (that will be fixed shortly). The cube cannot yet be rotated and can only be moved up and down (as can the eye level - which I called the horizon). I will likely add the left/right shifting sometime soon, as well as width (as right now there is only height). For those who are interested, this project uses two-point perspective to operate. That's why there's four sprites - two to handle the drawing (one for the left side and one for the right) and two "vanishing points" which contol the horizon and the angle of the lines. Remember, it is not yet finished!