Added a settings dialog but it is very sloppy done
This commit is contained in:
parent
e280861f2d
commit
88fcd15266
4 changed files with 406 additions and 676 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package ei.game;
|
||||
|
||||
import ei.engine.LWJGLGameWindow;
|
||||
import ei.engine.LWJGLPropertiesDialog;
|
||||
import ei.engine.state.GameStateManager;
|
||||
import ei.game.gamestate.InGameState;
|
||||
import ei.game.gamestate.MenuState;
|
||||
|
|
@ -14,7 +15,7 @@ public class EI extends LWJGLGameWindow{
|
|||
}
|
||||
|
||||
public EI() {
|
||||
super("EI");
|
||||
super("EI",60,LWJGLPropertiesDialog.SOW_ALWAYS);
|
||||
}
|
||||
|
||||
protected void init(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue