Skip to content

Commit

Permalink
Merge pull request #191 from WilliamQiufeng/timing-group-change-defau…
Browse files Browse the repository at this point in the history
…lt-name

Make default name for Default and Global Scroll group $Default and $Global
  • Loading branch information
Swan authored Nov 3, 2024
2 parents 3df96af + db92cbf commit a7180cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quaver.API/Maps/Qua.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ public List<SliderVelocityInfo> SliderVelocities
/// <summary>
/// Reserved ID for default scroll group
/// </summary>
public const string DefaultScrollGroupId = "";
public const string DefaultScrollGroupId = "$Default";

/// <summary>
/// Reserved ID for global scroll group (applied to every scroll groups)
/// </summary>
public const string GlobalScrollGroupId = "*";
public const string GlobalScrollGroupId = "$Global";

/// <summary>
/// Finds the length of the map
Expand Down

0 comments on commit a7180cf

Please sign in to comment.