+ Added first-pass leaderboard command and all requirements
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package core;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
public final class Config
|
||||
{
|
||||
public static final Color ColorDefault = new Color(7*16, 8*16, 9*16); // A slate-grey
|
||||
}
|
||||
Reference in New Issue
Block a user