v0.3.1: better settings menu, landscape/portrait can now be changed from ingame.
This commit is contained in:
committed by
Evan Debenham
parent
2cdebfe164
commit
f8a99c6533
@@ -51,19 +51,13 @@ public class WndGame extends Window {
|
||||
|
||||
super();
|
||||
|
||||
addButtons( new RedButton( "Display" ) {
|
||||
addButton(new RedButton("Settings") {
|
||||
@Override
|
||||
protected void onClick() {
|
||||
hide();
|
||||
GameScene.show( new WndDisplay() );
|
||||
GameScene.show(new WndSettings());
|
||||
}
|
||||
}, new RedButton( "Audio" ) {
|
||||
@Override
|
||||
protected void onClick() {
|
||||
hide();
|
||||
GameScene.show( new WndAudio( ) );
|
||||
}
|
||||
} );
|
||||
});
|
||||
|
||||
// Challenges window
|
||||
if (Dungeon.challenges > 0) {
|
||||
|
||||
Reference in New Issue
Block a user