Examples of LightSourceMid


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

        break;
      case LIGHT_SOURCE_LOW:
        particle = new LightSourceLow(x, y);
        break;
      case LIGHT_SOURCE_MID:
        particle = new LightSourceMid(x, y);
        break;
      case LIGHT_SOURCE_STRONG:
        particle = new LightSourceStrong(x, y);
        break;
      case LIGHT_SOURCE_STRONG_ADD:
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.