Add a background music player to Mage Client. Music support .mp3 or .wav files. Put the audio files under plugins\sounds\music, random song will be played sequentially when GamePane is activited. the UI to adjust background music is add to preference dialog as well.

This commit is contained in:
Li REN 2013-06-12 22:27:08 -04:00
parent 3eef0b1080
commit 7102d08637

View file

@ -3,6 +3,7 @@ import java.io.File;
import java.awt.List;
import javax.sound.sampled.*;
/**
*
* @author renli