Examples of HPParticle


Examples of ru.vagrant_ai.questionmarkgame.obj.particle.HPParticle

    ru.vagrant_ai.questionmarkgame.obj.particle.Particle particle = null;
    switch(pt)
    {
    case HPUP:
    case HPDOWN:
      particle = new HPParticle(pt, arg0);
      break;
    default:
      break;
   
    particle_array.add(particle);
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.