show context menu entry only if roads are researched

This commit is contained in:
martin
2019-05-23 00:04:34 +02:00
committed by Yair Morgenstern
parent 73c273985f
commit c31f6bc7dd
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class DesktopLauncher {
// This is so they don't look all pixelated
settings.filterMag = Texture.TextureFilter.MipMapLinearLinear;
settings.filterMin = Texture.TextureFilter.MipMapLinearLinear;
TexturePacker.process(settings, "../images", ".", "game");
TexturePacker.process(settings, "../Images", ".", "game");
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
new LwjglApplication(new UnCivGame("Desktop"), config);