mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Asteroid clip size fix
This commit is contained in:
parent
1d32680ab2
commit
53eba2fb6a
@ -106,6 +106,7 @@ public class Planets implements ContentList{
|
|||||||
camRadius = 0.68f * scale;
|
camRadius = 0.68f * scale;
|
||||||
minZoom = 0.6f;
|
minZoom = 0.6f;
|
||||||
drawOrbit = false;
|
drawOrbit = false;
|
||||||
|
clipRadius = 2f;
|
||||||
|
|
||||||
generator = new AsteroidGenerator();
|
generator = new AsteroidGenerator();
|
||||||
cgen.get((AsteroidGenerator)generator);
|
cgen.get((AsteroidGenerator)generator);
|
||||||
|
Loading…
Reference in New Issue
Block a user