public TextureAtlas(FilePackage file, bool flip) : this(file, file.parent(), flip) { }
public TextureAtlas(FilePackage file) : this(file, file.parent()) { }