Examples of Spear


Examples of com.teamjmonkey.entity.weapons.Spear

        mainCharacter.getSpatial().move(-130, 40, -60);
        mainCharacter.finalise();
        rootNode.attachChild(mainCharacter.getSpatial());
        allEntities.add(mainCharacter);

        Spear spear = (Spear) entityManager.create(Entity.SPEAR);
        spear.finalise();
        rootNode.attachChild(spear.getSpatial());
        allEntities.add(spear);
    }
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.