Removed planet switch debug code
This commit is contained in:
@@ -15,6 +15,7 @@ public class Planets implements ContentList{
|
|||||||
public void load(){
|
public void load(){
|
||||||
sun = new Planet("sun", null, 0, 2){{
|
sun = new Planet("sun", null, 0, 2){{
|
||||||
bloom = true;
|
bloom = true;
|
||||||
|
accessible = false;
|
||||||
|
|
||||||
//lightColor = Color.valueOf("f4ee8e");
|
//lightColor = Color.valueOf("f4ee8e");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user