public void load() { new Chars(); new Attacks(); new StoryCreator(); Chars.createSpriteSheets(); Chars.createAnimations(); Attacks.createSpriteSheets(); Attacks.createAnimations(); StoryCreator.setDialog1(); try { Map.gameInitMethod(); StartMenu.menuInit(); } catch (SlickException e) { e.printStackTrace(); } doneLoading = true; }