131132133134135136137138139140141
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;