Asteroid progress

This commit is contained in:
Anuken
2021-06-11 19:59:18 -04:00
parent 1eebb48baa
commit c4b1bf3e55
12 changed files with 102 additions and 46 deletions

View File

@@ -173,8 +173,8 @@ public class PlanetRenderer implements Disposable{
}
batch.proj(cam.combined);
renderOrbit(planet);
renderOrbit(planet);
}
public void renderOrbit(Planet planet){