diff --git a/.idea/artifacts/FontDemoGDX.xml b/.idea/artifacts/FontDemoGDX.xml index e0c4274..ce16615 100755 --- a/.idea/artifacts/FontDemoGDX.xml +++ b/.idea/artifacts/FontDemoGDX.xml @@ -6,6 +6,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FontDemoGDX.jar b/FontDemoGDX.jar deleted file mode 100644 index 2b27bbb..0000000 Binary files a/FontDemoGDX.jar and /dev/null differ diff --git a/FontTestGDX/META-INF/MANIFEST.MF b/FontTestGDX/META-INF/MANIFEST.MF index 153614c..997bef9 100755 --- a/FontTestGDX/META-INF/MANIFEST.MF +++ b/FontTestGDX/META-INF/MANIFEST.MF @@ -1,6 +1,3 @@ -Manifest-Version: 1.0 -Class-Path: lib/gdx.jar lib/gdx-backend-lwjgl.jar lib/gdx-backend-lwjg - l-natives.jar lib/gdx-natives.jar lib/kotlin-stdlib.jar lib/TerrarumSansB - itmap.jar -Main-Class: FontTestGDXKt - +Manifest-Version: 1.0 +Main-Class: FontTestGDXKt + diff --git a/FontTestGDX/src/FontTestGDX.kt b/FontTestGDX/src/FontTestGDX.kt index dc2d61c..a512cee 100755 --- a/FontTestGDX/src/FontTestGDX.kt +++ b/FontTestGDX/src/FontTestGDX.kt @@ -8,6 +8,7 @@ import com.badlogic.gdx.graphics.glutils.FrameBuffer import com.badlogic.gdx.utils.ScreenUtils import com.badlogic.gdx.utils.StreamUtils import net.torvald.terrarumsansbitmap.gdx.TerrarumSansBitmap +import java.io.File import java.io.IOException import java.io.OutputStream @@ -150,6 +151,7 @@ class FontTestGDX : Game() { override fun dispose() { font.dispose() faketex.dispose() + File("./tmp_wenquanyi.tga").delete() } fun scrollAdd(x: Int = 1) {