Package edu.ucf.cop4331.skitg

Examples of edu.ucf.cop4331.skitg.Engine


   
    // Load the weapons
    weapons = new ArrayList<Weapon>(5);
    weapons.add(new BigShot(this, weaponsTex[0]));
    weapons.add(new SingleShot(this, weaponsTex[1]));
    weapons.add(new Sniper(this, weaponsTex[2]));
    weapons.add(new HeatSeeker(this, weaponsTex[3]));
    weapons.add(new Laser(this, weaponsTex[4]));
  }
View Full Code Here

TOP

Related Classes of edu.ucf.cop4331.skitg.Engine

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.