Package ru.vagrant_ai.questionmarkgame.obj.proj

Examples of ru.vagrant_ai.questionmarkgame.obj.proj.Bullet


          LightningProjectile lightning_shot = new LightningProjectile(gun_point);
          bullet_array.add(lightning_shot);
        }
        else
        {
          Bullet bullet = new Bullet(gun_point);
          bullet_array.add(bullet);
        }
        Particle.addNew(PT.GUNSMOKE, (int)vector_mouse.getTheta(), gun_point.getX(), gun_point.getY()-3);
      }
    }
View Full Code Here

TOP

Related Classes of ru.vagrant_ai.questionmarkgame.obj.proj.Bullet

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.