Examples of NEflowAnimation


Examples of de.nameless.graphicEngine.lib.NEflowAnimation

      NEWater W = new NEWater();
      W.x = this.x;
      W.y = this.y; 
      W.layer = -9;
      if(!WaterAnimationStarted){
        W.addAnimation(new NEflowAnimation());
        WaterAnimationStarted = true;
      }
     
      NEWater W1 = new NEWater();
      W1.x = this.x;
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.