Package com.isteinvids.untrusted.level

Examples of com.isteinvids.untrusted.level.LevelManager


            mainFrame.add(splitPaneGame, BorderLayout.CENTER);
            mainFrame.setVisible(true);
//            String levelText = loadLevel(0);
//            textArea.setText(levelText);
            levelManager = new LevelManager();
//            levelManager.runScript(levelText);

            gameLoop.start();
        } catch (Exception ex) {
            Logger.getLogger(UntrustedLua.class.getName()).log(Level.SEVERE, null, ex);
View Full Code Here

TOP

Related Classes of com.isteinvids.untrusted.level.LevelManager

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.