Unused sprite cleanup

This commit is contained in:
Anuken 2021-07-26 19:54:22 -04:00
parent c19a7e8452
commit f5222674ff
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View file

@ -358,7 +358,7 @@ public class Renderer implements ApplicationListener{
Tmp.v1.setLength((block.size * tilesize/2f + 1f)*scl + strength*0.5f + offset);
Draw.color(Color.white);
Fill.circle(Tmp.v1.x + x, Tmp.v1.y + y, 3f * strength);
Fill.circle(Tmp.v1.x + x, Tmp.v1.y + y, 3.5f * strength);
}
drawThrusters(block, x, y, rotation, frame);