Fixed performance regression / Removed useless fallback sprites

This commit is contained in:
Anuken
2019-07-03 17:07:22 -04:00
parent d3c8678f80
commit 0d39400f8b
39 changed files with 5350 additions and 18146 deletions
@@ -21,7 +21,7 @@ public class Shapes{
Draw.rect(edge, x, y, edge.getWidth() * scale * Draw.scl, edge.getHeight() * scale * Draw.scl, rotation + 180);
Draw.rect(edge, x2, y2, edge.getWidth() * scale * Draw.scl, edge.getHeight() * scale * Draw.scl, rotation);
Lines.stroke(10f * scale);
Lines.stroke(12f * scale);
Lines.line(line, x + Tmp.v1.x, y + Tmp.v1.y, x2 - Tmp.v1.x, y2 - Tmp.v1.y, CapStyle.none, 0f);
Lines.stroke(1f);
}