Increased number of save slots, UI colors tweaked

This commit is contained in:
Anuken
2017-12-02 00:29:44 -05:00
parent 8455d48693
commit 01b431801d
20 changed files with 161 additions and 78 deletions

View File

@@ -48,7 +48,9 @@ public class Vars{
public static boolean showPaths = true;
//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;
public static final int saveSlots = 8;
//amount of drops that are left when breaking a block
public static final float breakDropAmount = 0.5f;
//only if smoothCamera
public static boolean snapCamera = true;