Fixed #4261 / Basic rotation shine effect

This commit is contained in:
Anuken
2021-01-04 17:22:18 -05:00
parent 0ab4f01d5d
commit 69eb8faf67
8 changed files with 19 additions and 7 deletions

View File

@@ -305,6 +305,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
build.rotation = Mathf.mod(build.rotation + Mathf.sign(direction), 4);
build.updateProximity();
build.noSleep();
Fx.rotateBlock.at(build.x, build.y, build.block.size);
}
@Remote(targets = Loc.both, called = Loc.both, forward = true)