= Directory adjustment

This commit is contained in:
Matthew Cech
2019-06-19 22:51:17 -07:00
parent a562e5addb
commit 06c9f00e62
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -5,4 +5,5 @@ import java.awt.Color;
public final class Config
{
public static final Color ColorDefault = new Color(7*16, 8*16, 9*16); // A slate-grey
public static final String AssetDirectory = "./assets/";
}