Improved menu, small fixes

This commit is contained in:
Anuken
2017-11-19 15:53:53 -05:00
parent 8e602a8b5b
commit 06baed836a
17 changed files with 343 additions and 276 deletions

View File

@@ -9,6 +9,8 @@ import io.anuke.ucore.scene.ui.layout.Unit;
public class Vars{
//shorthand for whether or not this is running on android
public static final boolean android = (Gdx.app.getType() == ApplicationType.Android);
//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
public static final float placerange = 66;
//respawn time in frames