new File(resources, "common.css"));
Util.copyToFile(this.getClass().getResourceAsStream("resources/cowboy.css"),
new File(resources, "cowboy.css"));
Util.copyToFile(this.getClass().getResourceAsStream("resources/cowboybg.png"),
new File(resources, "cowboybg.png"));
Asset font = Main.getDatabase().getFontByName("ChunkFive");//.getInputStream();
Util.copyToFile(font.getInputStream(), new File(resources, "ChunkFive.ttf"));
} catch (IOException e) {
e.printStackTrace();
}
}