Skip to content

Commit afde733

Browse files
committed
Update Save.java
1 parent be06090 commit afde733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/edu/cornell/gdiac/game/Save.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import com.badlogic.gdx.Preferences;
55

66
public class Save {
7-
private final static String prefsName = "save";
7+
private final static String prefsName = "Nine Lives";
88

99
public static boolean exists() {
1010
return Gdx.app.getPreferences(prefsName).getBoolean("exists", false);

0 commit comments

Comments
 (0)