Finished most of new save system, added new localized strings

This commit is contained in:
Anuken
2017-12-29 15:54:59 -05:00
parent 6774ea67ce
commit 036a246769
37 changed files with 681 additions and 379 deletions

View File

@@ -58,7 +58,7 @@ public class Vars{
public static float baseControllerSpeed = 11f;
public static final int saveSlots = 10;
public static final int saveSlots = 16;
//amount of drops that are left when breaking a block
public static final float breakDropAmount = 0.5f;