Place menu scrolling, fixed some settings menu bugs

This commit is contained in:
Anuken
2018-05-30 18:32:01 -04:00
parent e3cbe118c5
commit e9e7d2e289
14 changed files with 194 additions and 185 deletions

View File

@@ -24,7 +24,6 @@ import io.anuke.ucore.util.OS;
import java.util.Locale;
public class Vars{
public static final boolean testMobile = false;
//shorthand for whether or not this is running on android or ios
public static boolean mobile;