Deploy function completed - mostly

This commit is contained in:
2024-05-07 12:21:22 -05:00
parent 16337680a8
commit cd1d9eab3c
4 changed files with 286 additions and 13 deletions

View File

@@ -32,7 +32,9 @@ public class Main {
public static final int vint = 0;
// User Settings
public static String outpath; //game assets location
// TODO: replace with user preference when config i/o is done
// also please double check that outpath is actually valid
public static String outpath = System.getProperty("user.home") + "/.firestar/out/"; //game assets location
public static String inpath = System.getProperty("user.home") + "/.firestar/"; //game assets location
public static boolean repatch; //are we in compat mode?
public static boolean wine; //are we on Linux, MINIX, BSD?