Various tweaks

This commit is contained in:
Anuken
2020-04-12 10:26:18 -04:00
parent f163601262
commit 603d8b16d0
23 changed files with 816 additions and 799 deletions

View File

@@ -44,8 +44,10 @@ public class Fx{
mixcol(Pal.accent, 1f);
alpha(e.fout());
rect(select.type().icon(Cicon.full), select.x(), select.y(), select.rotation() - 90f);
Lines.square(select.x(), select.y(), e.fout() * select.hitSize() * 2f, 45f);
Lines.stroke(e.fin() * 2f);
alpha(1f);
Lines.stroke(e.fslope() * 1f);
Lines.square(select.x(), select.y(), e.fout() * select.hitSize() * 2f, 45);
Lines.stroke(e.fslope() * 2f);
Lines.square(select.x(), select.y(), e.fout() * select.hitSize() * 3f, 45f);
reset();
}),