cursorLocation = new Point(0, 0);
mouseListener = new MouseListener();
frame = new JFrame(Finals.PROJECT_NAME);
screen = new Screen();
tc = new TerrariaClone();
thread = new Thread(Variables.tc);
screenSize = Finals.SIZE_DEFAULT;
Canvas c = new Canvas();
fontDefault = new Font("Helvetica", Font.PLAIN, 12);