This commit is contained in:
Daniel Collin 2009-03-10 15:00:01 +00:00
parent 14963076ed
commit 301ef15b1a

View file

@ -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();
} }