Skip to content

Commit

Permalink
Merge pull request #163 from Emik03/legacy-ln-rendering
Browse files Browse the repository at this point in the history
Add "LegacyLNRendering" property on the .qua file format
  • Loading branch information
Warp9000 committed May 7, 2024
2 parents da22c02 + 9e79662 commit d8e2cd3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Quaver.API/Maps/Qua.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ public class Qua
/// </summary>
public string Genre { get; set; }

/// <summary>
/// Gets the value determining whether to use the old LN rendering system. (earliest/latest -> start/end)
/// </summary>
public bool LegacyLNRendering { get; set; }

/// <summary>
/// Indicates if the BPM changes in affect scroll velocity.
///
Expand Down Expand Up @@ -1412,4 +1417,4 @@ public string GetAudioPath()
return $"{Path.GetDirectoryName(FilePath)}/{AudioFile}";
}
}
}
}

0 comments on commit d8e2cd3

Please sign in to comment.