mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 14:32:06 -08:00
Unused sprite cleanup
This commit is contained in:
parent
c19a7e8452
commit
f5222674ff
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue