public static void load(SampleGame sampleGame) { // TODO Auto-generated method stub theme = sampleGame.getAudio().createMusic(Prefix + "menutheme.mp3"); theme.setLooping(true); theme.setVolume(0.85f); theme.play(); }