Added HTTP methods to Net

This commit is contained in:
Anuken
2018-02-03 00:57:42 -05:00
parent b83e552b5a
commit 608343b9d1
3 changed files with 29 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ public class Vars{
public static final float enemyspawnspace = 65;
//discord group URL
public static final String discordURL = "https://discord.gg/r8BkXNd";
public static final String serverURL = "http://localhost:3000";
//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/");