Added in-game changelogs

This commit is contained in:
Anuken
2018-03-09 17:11:01 -05:00
parent 1d83e94ad6
commit 8743a60d02
12 changed files with 473 additions and 349 deletions

View File

@@ -45,7 +45,7 @@ public class Vars{
//discord group URL
public static final String discordURL = "https://discord.gg/BKADYds";
public static final String serverURL = "http://localhost:3000";
public static final String releasesURL = "https://api.github.com/repos/Anuken/Mindustry/releases";
//directory for user-created map data
public static final FileHandle customMapDirectory = gwt ? null : UCore.isAssets() ?
Gdx.files.local("../../desktop/mindustry-maps") : Gdx.files.local("mindustry-maps/");