mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
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:
parent
3eef0b1080
commit
7102d08637
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import java.io.File;
|
|||
import java.awt.List;
|
||||
import javax.sound.sampled.*;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @author renli
|
||||
|
|
Loading…
Add table
Reference in a new issue