示例#1
0
 @Override
 protected Sound prepareSound() {
   Sound sound = super.prepareSound();
   sound.setLooping(true);
   return sound;
 }