9 package micropolisj.engine;
16 static int [] CDx = { 2, 3, 2, 0, -2, -3 };
17 static int [] CDy = { -2, 0, 2, 3, 2, 0 };
25 this.
x = xpos * 16 + 8;
26 this.
y = ypos * 16 + 8;
61 if (checkSpriteCollision(s) &&
71 int zz = city.PRNG.nextInt(CDx.length);
81 if (this.count == 0 && city.PRNG.nextInt(501) == 0) {
87 destroyTile(
x/16,
y/16);