forked from External/mage
adjust path of sounds and music
add sample BGM delete a sample deck that cause error in release
This commit is contained in:
parent
3157c5f1ba
commit
ec1ee245f8
24 changed files with 7 additions and 47 deletions
|
|
@ -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() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue