Updated uCore, added new respawn mechanics

This commit is contained in:
Anuken
2018-05-31 11:41:31 -04:00
parent 857b76980b
commit 277d75016c
14 changed files with 584 additions and 498 deletions

View File

@@ -53,9 +53,9 @@ public class Fx implements ContentList {
});
spawn = new Effect(23, e -> {
Lines.stroke(2f);
Draw.color(Color.DARK_GRAY, Color.SCARLET, e.fin());
Lines.circle(e.x, e.y, 7f - e.fin() * 6f);
Lines.stroke(2f * e.fout());
Draw.color(Palette.accent);
Lines.poly(e.x, e.y, 4, 3f + e.fin() * 8f);
Draw.reset();
});
}