Crashy storage graph implementation

This commit is contained in:
Anuken
2018-10-21 17:02:37 -04:00
parent 4668a6d8c0
commit 80f5b4c3b7
7 changed files with 139 additions and 10 deletions

View File

@@ -322,9 +322,9 @@ public class BlockFx extends FxList implements ContentList{
});
shieldBreak = new Effect(40, e -> {
Draw.color(Color.WHITE);
Draw.color(Palette.accent);
Lines.stroke(3f * e.fout());
Lines.poly(e.x, e.y, 6, e.rotation, 90);
Lines.poly(e.x, e.y, 6, e.rotation + e.fin(), 90);
Draw.reset();
});
}