Filled map list, added more blocks

This commit is contained in:
Anuken
2017-11-30 21:57:10 -05:00
parent 8abe4a9cee
commit 8455d48693
29 changed files with 357 additions and 291 deletions

View File

@@ -11,8 +11,9 @@ import io.anuke.mindustry.world.World;
import io.anuke.ucore.scene.ui.layout.Unit;
public class Vars{
public static final boolean testAndroid = false;
//shorthand for whether or not this is running on android
public static final boolean android = (Gdx.app.getType() == ApplicationType.Android);
public static final boolean android = (Gdx.app.getType() == ApplicationType.Android) || testAndroid;
//shorthand for whether or not this is running on GWT
public static final boolean gwt = (Gdx.app.getType() == ApplicationType.WebGL);
//how far away from the player blocks can be placed