protected void moveY() { Box.Y = Globals.WrappedY(Box.Y + (int)vy); }
protected void moveX() { Box.X = Globals.WrappedX(Box.X + (int)vx); }