titlescreen continue/load wont appear if there are no savegames available

This commit is contained in:
minjaesong
2021-09-14 20:07:27 +09:00
parent 6c1df609a9
commit 0683561d88
3 changed files with 32 additions and 33 deletions

View File

@@ -366,6 +366,7 @@ public class App implements ApplicationListener {
CommonResourcePool.INSTANCE.addToLoadingList("blockmarkings_common", () -> new TextureRegionPack(Gdx.files.internal("assets/graphics/blocks/block_markings_common.tga"), 16, 16, 0, 0, 0, 0, false));
CommonResourcePool.INSTANCE.addToLoadingList("blockmarking_actor", () -> new BlockMarkerActor());
CommonResourcePool.INSTANCE.addToLoadingList("loading_circle_64", () -> new TextureRegionPack(Gdx.files.internal("assets/graphics/gui/loading_circle_64.tga"), 64, 64, 0, 0, 0, 0, false));
newTempFile("wenquanyi.tga"); // temp file required by the font