Package ast.level

Examples of ast.level.Level


    initGL();
    getDelta();
    lastFPS = getTime();   
   
    AssetStore.load();
    level = new Level();
    level.init(this);
    StateManager.init(level, this);
   
    MouseCursor c = new MouseCursor();
    try {
View Full Code Here

TOP

Related Classes of ast.level.Level

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.