コード例 #1
0
ファイル: Assets.cs プロジェクト: MahendrenGanesan/samples
 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();
 }
コード例 #2
0
ファイル: Assets.cs プロジェクト: yuva2achieve/dot42
 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();
 }