Package ru.vagrant_ai.questionmarkgame.obj.particle

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


        break;
      case WRENCH:
        particle = new Wrench(x, y);
        break;
      case EXCLAMATION:
        particle = new Exclamation(x, y);
        break;
      case LIGHT_SOURCE_LOW:
        particle = new LightSourceLow(x, y);
        break;
      case LIGHT_SOURCE_MID:
View Full Code Here

TOP

Related Classes of ru.vagrant_ai.questionmarkgame.obj.particle.Exclamation

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.