v0.3.1: tweaked existing scenes to support new audio functionality

This commit is contained in:
Evan Debenham
2015-07-12 19:22:59 -04:00
committed by Evan Debenham
parent d1d918290a
commit efd506dda7
6 changed files with 11 additions and 8 deletions
@@ -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;