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

@@ -1564,6 +1564,12 @@ public class Fx{
Fill.square(e.x, e.y, e.rotation * tilesize / 2f);
}),
rotateBlock = new Effect(30, e -> {
color(Pal.accent);
alpha(e.fout() * 1);
Fill.square(e.x, e.y, e.rotation * tilesize / 2f);
}),
overdriveBlockFull = new Effect(60, e -> {
color(e.color);
alpha(e.fslope() * 0.4f);