Many misc bugfixes

This commit is contained in:
Anuken 2022-04-28 19:46:52 -04:00
parent 60c74ee65d
commit 9f501a33a3
8 changed files with 44 additions and 9 deletions

View file

@ -187,7 +187,7 @@ public class Fx{
color(Pal.command);
stroke(e.fout(Interp.pow5Out) * 4f);
Lines.circle(e.x, e.y, e.fin() * e.rotation);
Lines.circle(e.x, e.y, e.fin() * e.rotation * 2f);
}),
coreBuildBlock = new Effect(80f, e -> {