player is now nullable; wtf is calling Ingame 5 times?

This commit is contained in:
minjaesong
2018-09-17 01:46:50 +09:00
parent 5049400b3b
commit d95eaf5be0
35 changed files with 252 additions and 150 deletions

View File

@@ -13,6 +13,7 @@ import com.badlogic.gdx.graphics.glutils.ShaderProgram;
import net.torvald.terrarumsansbitmap.gdx.GameFontBase;
import net.torvald.terrarumsansbitmap.gdx.TextureRegionPack;
import java.io.File;
import java.util.Arrays;
import java.util.Random;
@@ -271,6 +272,11 @@ public class AppLoader implements ApplicationListener {
@Override
public void dispose () {
if (screen != null) screen.hide();
System.out.println("Goodbye !");
// delete temp files
new File("./tmp_wenquanyi.tga").delete();
}
@Override