diff --git a/pom.xml b/pom.xml index 6513f3e7..cdba6c63 100644 --- a/pom.xml +++ b/pom.xml @@ -144,9 +144,9 @@ 1.3.2 - javazoom + com.googlecode.soundlibs jlayer - 1.0.1 + 1.0.1-1 com.googlecode.soundlibs diff --git a/src/itdelatrisu/opsu/Options.java b/src/itdelatrisu/opsu/Options.java index c6c36807..c93d811c 100644 --- a/src/itdelatrisu/opsu/Options.java +++ b/src/itdelatrisu/opsu/Options.java @@ -488,7 +488,7 @@ public class Options { private static int targetFPSindex = 0; /** Whether or not to show the FPS. */ - private static boolean showFPS = false; + private static boolean showFPS = true; /** Whether or not to show hit lighting effects. */ private static boolean showHitLighting = true; @@ -506,7 +506,7 @@ public class Options { private static int effectVolume = 70; /** Default hit sound volume. */ - private static int hitSoundVolume = 70; + private static int hitSoundVolume = 30; /** Offset time, in milliseconds, for music position-related elements. */ private static int musicOffset = -150; @@ -530,7 +530,7 @@ public class Options { private static boolean showPerfectHit = true; /** Percentage to dim background images during gameplay. */ - private static int backgroundDim = 30; + private static int backgroundDim = 50; /** Whether or not to always display the default playfield background. */ private static boolean forceDefaultPlayfield = false;