Package detectiongame.proto

Examples of detectiongame.proto.Proto.start()


        protoStart = true;
       
        proto = new Proto();
        proto.DISPLAY_WIDTH = 1280;
        proto.DISPLAY_HEIGHT = 800;
        proto.start();
      }
    }
   
    if(!protoStart) {
      game = new DunGen();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.