T4 air carrier unit (*unfinished*)

This commit is contained in:
Anuken
2020-09-20 19:34:12 -04:00
parent 401384ae5b
commit 63e35bd462
20 changed files with 4442 additions and 4160 deletions
+16
View File
@@ -290,6 +290,22 @@ public class Fx{
Lines.spikes(e.x, e.y, 1f + e.fin() * 6f, e.fout() * 4f, 6);
}),
healBomb = new Effect(40f, 100f, e -> {
color(Pal.heal);
stroke(e.fout() * 2f);
Lines.circle(e.x, e.y, 4f + e.finpow() * 65f);
color(Pal.heal);
for(int i = 0; i < 4; i++){
Drawf.tri(e.x, e.y, 6f, 100f * e.fout(), i*90);
}
color();
for(int i = 0; i < 4; i++){
Drawf.tri(e.x, e.y, 3f, 35f * e.fout(), i*90);
}
}),
healWave = new Effect(22, e -> {
color(Pal.heal);
stroke(e.fout() * 2f);