v0.3.1: added a new menu for audio settings which allows finer audio control
This commit is contained in:
committed by
Evan Debenham
parent
12f1302e0f
commit
d1d918290a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user