adjust path of sounds and music

add sample BGM
delete a sample deck that cause error in release
This commit is contained in:
Li REN 2013-07-12 16:57:58 -04:00
parent 3157c5f1ba
commit ec1ee245f8
24 changed files with 7 additions and 47 deletions

View file

@ -19,14 +19,14 @@ import java.io.InputStream;
import java.util.Map;
@PluginImplementation
@Author(name = "nantuko")
@Author(name = "nantuko")
/* udpated by Noahsark */
public class ThemePluginImpl implements ThemePlugin {
private static final Logger log = Logger.getLogger(ThemePluginImpl.class);
private static BufferedImage background;
private List flist = new List();
private String BackgroundDir = "plugins" + File.separator + "plugin.data" + File.separator
+ "background" + File.separator;
private String BackgroundDir = "backgrounds" + File.separator;
@Init
public void init() {
}