Skip to content

Commit

Permalink
Point to separate save for AP
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone committed Feb 9, 2024
1 parent 0f9b79d commit 33aa214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Data/Save.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Celeste64;

public class Save
{
public const string FileName = "save.json";
public const string FileName = "ap_save.json";

public enum InvertCameraOptions
{
Expand Down

0 comments on commit 33aa214

Please sign in to comment.