This commit is contained in:
Anuken
2019-12-27 01:22:50 -05:00
parent 98f8a1732e
commit c0c0ffa682
3 changed files with 3 additions and 1 deletions

View File

@@ -1079,6 +1079,7 @@ public class Fx implements ContentList{
healBlockFull = new Effect(20, e -> {
Draw.color(e.color);
Draw.alpha(e.fout());
Fill.square(e.x, e.y, e.rotation * tilesize / 2f);
});
overdriveBlockFull = new Effect(60, e -> {