Exemple #1
0
 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();
 }
Exemple #2
0
 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();
 }