Examples of BigShot


Examples of edu.ucf.cop4331.skitg.weapons.BigShot

      color = Color.RED;
    }
   
    // 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
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.