Package de.christopherstock.shooter.game.artefact

Examples of de.christopherstock.shooter.game.artefact.ArtefactSet


            //set startup facing angle
            iFacingAngle    = aFacingAngle;

            iAmmoSet        = new AmmoSet();
            iArtefactSet    = new ArtefactSet();

            //deliver all artefacts if given
            if ( aArtefacts != null )
            {
                for ( Artefact a : aArtefacts )
View Full Code Here


            //ShooterDebug.bugfix.out( "Reset player view!" );

            iAmmoSet                = new AmmoSet();
            iHealthChangeCallback   = Shooter.mainThread.iHUD;
            iDisableGravity         = aDisableGravity;
            iArtefactSet            = new ArtefactSet();
        }
View Full Code Here

TOP

Related Classes of de.christopherstock.shooter.game.artefact.ArtefactSet

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.