We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be06090 commit afde733Copy full SHA for afde733
core/src/edu/cornell/gdiac/game/Save.java
@@ -4,7 +4,7 @@
4
import com.badlogic.gdx.Preferences;
5
6
public class Save {
7
- private final static String prefsName = "save";
+ private final static String prefsName = "Nine Lives";
8
9
public static boolean exists() {
10
return Gdx.app.getPreferences(prefsName).getBoolean("exists", false);
0 commit comments