textures.put("Particle", ResLoader.loadTexture("/res/img/SmokeParticle.png"));
textures.put("Font", ResLoader.loadTexture("res/img/font.png"));
File fontMap = new File("res/img/fontMap");
font = new Font(getTexture("Font"),fontMap);
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();