v0.4.0: fixed more bugs and typos

This commit is contained in:
Evan Debenham
2016-06-10 16:54:14 -04:00
committed by Evan Debenham
parent 39512b167e
commit 586e038dc4
4 changed files with 35 additions and 16 deletions
@@ -52,8 +52,8 @@ import java.util.Comparator;
public class Item implements Bundlable {
private static final String TXT_TO_STRING_LVL = "%s %+d";
private static final String TXT_TO_STRING_X = "%s x%d";
protected static final String TXT_TO_STRING_LVL = "%s %+d";
protected static final String TXT_TO_STRING_X = "%s x%d";
protected static final float TIME_TO_THROW = 1.0f;
protected static final float TIME_TO_PICK_UP = 1.0f;