9293949596979899100101102
gfx.add(reachableMark); switch (typ) { case FOREST: Q = new NELandscapeGraphic("Grass", 2,4); Q.randomRotate90X(); Q.x = this.x; Q.y = this.y; Q.layer = 1; gfx.add(Q);
110111112113114115116117118119120
break; case GRASS: Q = new NELandscapeGraphic("Grass", 2,4); Q.randomRotate90X(); Q.x = this.x; Q.y = this.y; Q.layer = 1; gfx.add(Q); break;
120121122123124125126127128129130
break; case RIVE: Q = new NELandscapeGraphic("Grass", 2,4); Q.randomRotate90X(); Q.x = this.x; Q.y = this.y; Q.layer = -10; gfx.add(Q);