v2.2.0: fixed crystal spire and sentry visually turning
This commit is contained in:
+5
@@ -422,6 +422,11 @@ public class SentryRoom extends SpecialRoom {
|
|||||||
baseY = y;
|
baseY = y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void turnTo(int from, int to) {
|
||||||
|
//do nothing
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void update() {
|
public void update() {
|
||||||
super.update();
|
super.update();
|
||||||
|
|||||||
+5
@@ -119,6 +119,11 @@ public abstract class CrystalSpireSprite extends MobSprite {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void turnTo(int from, int to) {
|
||||||
|
//do nothing
|
||||||
|
}
|
||||||
|
|
||||||
protected abstract int texOffset();
|
protected abstract int texOffset();
|
||||||
|
|
||||||
public static class Blue extends CrystalSpireSprite {
|
public static class Blue extends CrystalSpireSprite {
|
||||||
|
|||||||
Reference in New Issue
Block a user