v0.3.1: tweaked existing scenes to support new audio functionality
This commit is contained in:
committed by
Evan Debenham
parent
d1d918290a
commit
efd506dda7
@@ -64,8 +64,8 @@ public class TitleScene extends PixelScene {
|
||||
}
|
||||
|
||||
Music.INSTANCE.play( Assets.THEME, true );
|
||||
Music.INSTANCE.volume( 1f );
|
||||
|
||||
Music.INSTANCE.volume( ShatteredPixelDungeon.musicVol() / 10f );
|
||||
|
||||
uiCamera.visible = false;
|
||||
|
||||
int w = Camera.main.width;
|
||||
|
||||
Reference in New Issue
Block a user