v0.4.0: implemented new glyphs

This commit is contained in:
Evan Debenham
2016-06-04 21:54:37 -04:00
parent 14a8fbdd63
commit 6172b46175
23 changed files with 568 additions and 177 deletions
@@ -39,7 +39,7 @@ public class RingOfElements extends Ring {
}
private static final HashSet<Class<?>> EMPTY = new HashSet<Class<?>>();
private static final HashSet<Class<?>> FULL;
public static final HashSet<Class<?>> FULL;
static {
FULL = new HashSet<Class<?>>();
FULL.add( Burning.class );