v0.4.0: fixed more bugs and typos
This commit is contained in:
committed by
Evan Debenham
parent
39512b167e
commit
586e038dc4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user