More intelligent suicide units / Bugfixes

This commit is contained in:
Anuken
2020-06-06 11:36:14 -04:00
parent 1e3a190d5a
commit 0f76aeba05
9 changed files with 144 additions and 54 deletions
+2 -2
View File
@@ -125,10 +125,10 @@ public class Fx{
stroke(3f * e.fout());
color(e.color, Color.white, e.fin());
beginLine();
linePoint(e.x, e.y);
beginLine();
lines.each(Lines::linePoint);
linePoint(e.x, e.y);
endLine();
int i = 0;