private void setupGlobals() throws IOException {
assetDatabase = AssetDB.getInstance();
patternManager = new PatternManager(assetDatabase);
colorManager = new ColorSwatchManager(assetDatabase);
symbolManager = new SymbolManager(assetDatabase);
addFontIfMissing(getFont("Chunk.ttf"), "ChunkFive");
addFontIfMissing(getFont("belligerent.ttf"), "BelligerentMadness");