Package com.mrdls.tc.screen

Examples of com.mrdls.tc.screen.Screen


  public static void init(){
    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();
View Full Code Here

TOP

Related Classes of com.mrdls.tc.screen.Screen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.