Moved block types into subpackages

This commit is contained in:
Anuken
2017-10-22 21:58:05 -04:00
parent 70693ffdd3
commit 41720e2e3f
39 changed files with 386 additions and 257 deletions

View File

@@ -27,6 +27,8 @@ public class Vars{
public static final int zoomScale = Math.round(Unit.dp.inPixels(1));
//if true, player speed will be increased, massive amounts of resources will be given on start, and other debug options will be available
public static boolean debug = false;
//whether to debug openGL info
public static boolean debugGL = false;
//number of save slots-- increasing may lead to layout issues
//TODO named save slots, possibly with a scroll dialog
public static final int saveSlots = 4;