taking screenshot

This commit is contained in:
minjaesong
2019-01-15 16:10:40 +09:00
parent 797b81d64b
commit a297fc3dfe
7 changed files with 79 additions and 27 deletions

View File

@@ -272,7 +272,7 @@ class SpriteAssemblerPreview: Game() {
if (doExport && image != null) {
doExport = false
PixmapIO2.writeTGAHappy(Gdx.files.absolute(exportPath), image)
PixmapIO2.writeTGAHappy(Gdx.files.absolute(exportPath), image, false)
}