This commit is contained in:
parent
14963076ed
commit
301ef15b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public class SpaceGame extends SimpleGame {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Logger.getLogger( "" ).setLevel( Level.WARNING );
|
Logger.getLogger( "" ).setLevel( Level.WARNING );
|
||||||
SpaceGame game = new SpaceGame();
|
SpaceGame game = new SpaceGame();
|
||||||
game.setConfigShowMode(ConfigShowMode.AlwaysShow);
|
game.setDialogBehaviour(SimpleGame.ALWAYS_SHOW_PROPS_DIALOG);
|
||||||
game.start();
|
game.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue