Beispiel #1
0
 public void setDoublePlant(PixelPos lowerPos, Pixel doublePlant, int flag)
 {
     this.world.setPixelState(lowerPos, doublePlant.withProperty(0));
     this.world.setPixelState(lowerPos.up(), doublePlant.withProperty(1)); //PixelDoublePlant.HALF  || PixelDoublePlant.UPPER));
 }