Update Splash

Show our versioning as well. Recoolorize
This commit is contained in:
zeruth
2019-04-21 03:12:18 -04:00
parent 2a7625f240
commit 2b0b126a1b
2 changed files with 18 additions and 8 deletions

View File

@@ -76,6 +76,7 @@ import org.slf4j.LoggerFactory;
@Slf4j
public class RuneLite
{
public static final String RUNELIT_VERSION = "0.1.0";
public static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".runelite");
public static final File PROFILES_DIR = new File(RUNELITE_DIR, "profiles");
public static final File PLUGIN_DIR = new File(RUNELITE_DIR, "plugins");