v0.3.1: added a new menu for audio settings which allows finer audio control

This commit is contained in:
Evan Debenham
2015-07-12 18:56:27 -04:00
committed by Evan Debenham
parent 12f1302e0f
commit d1d918290a
5 changed files with 133 additions and 32 deletions
@@ -59,6 +59,14 @@ public class WndGame extends Window {
hide();
GameScene.show( new WndSettings( true ) );
}
});
addButton( new RedButton( "Audio Settings" ) {
@Override
protected void onClick() {
hide();
GameScene.show( new WndAudio( ) );
}
} );
// Challenges window