mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:03:21 +08:00
Change some beatmap default settings to match stable
- Countdown should [be off by default](9a07485638/osu
!/GameplayElements/Beatmaps/Beatmap.cs#L372) - Samples match playback rate [also](9a07485638/osu
!/GameplayElements/Beatmaps/Beatmap.cs#L210)
This commit is contained in:
parent
ce3d4e8648
commit
a76b4418b9
@ -150,7 +150,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public bool EpilepsyWarning { get; set; }
|
||||
|
||||
public bool SamplesMatchPlaybackRate { get; set; } = true;
|
||||
public bool SamplesMatchPlaybackRate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The time at which this beatmap was last played by the local user.
|
||||
@ -181,7 +181,7 @@ namespace osu.Game.Beatmaps
|
||||
public double? EditorTimestamp { get; set; }
|
||||
|
||||
[Ignored]
|
||||
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
||||
public CountdownType Countdown { get; set; } = CountdownType.None;
|
||||
|
||||
/// <summary>
|
||||
/// The number of beats to move the countdown backwards (compared to its default location).
|
||||
|
Loading…
Reference in New Issue
Block a user