예제 #1
0
 public TextureAtlas(FilePackage file, bool flip) : this(file, file.parent(), flip)
 {
 }
예제 #2
0
 public TextureAtlas(FilePackage file) : this(file, file.parent())
 {
 }