Package com.teamjmonkey.cinematic

Examples of com.teamjmonkey.cinematic.GameStartCinematic


        //Elephants
        for (Spatial point : level4enemie.getChildren()) {
            addEnemy((Enemy) Entity.ENEMY_ELEPHANT.createEntity(), 6f, point.getWorldTranslation().add(0f, -15.4556f, 0f));
        }

        cc = new GameStartCinematic(myApp);
        cc.attach();

        myApp.getStateManager().detach(this);
        myApp.getCamera().setRotation(Quaternion.IDENTITY);
        mainCharacter = (MainCharacter) entityManager.create(Entity.MAIN_CHARACTER);
View Full Code Here

TOP

Related Classes of com.teamjmonkey.cinematic.GameStartCinematic

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.