Slightly better planet icon

This commit is contained in:
Anuken
2022-09-19 11:37:47 -04:00
parent dd1fb1b7c3
commit 3eb6061358
5 changed files with 23 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ public class Planet extends UnlockableContent{
/** If true, waves are created on sector loss. TODO remove. */
public boolean allowWaves = false;
/** Icon as displayed in the planet selection dialog. This is a string, as drawables are null at load time. */
public String icon = "commandRally";
public String icon = "planet";
/** Default core block for launching. */
public Block defaultCore = Blocks.coreShard;
/** Sets up rules on game load for any sector on this planet. */