mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Add support for debug logging
Tweak assets path for android
This commit is contained in:
@@ -7,6 +7,6 @@ import forge.Forge;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
new LwjglApplication(new Forge(new LwjglClipboard()), "Forge", 320, 480, true);
|
||||
new LwjglApplication(new Forge(new LwjglClipboard(), "../forge-gui/"), "Forge", 320, 480, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user