mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 09:42:54 +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 EpilepsyWarning { get; set; }
|
||||||
|
|
||||||
public bool SamplesMatchPlaybackRate { get; set; } = true;
|
public bool SamplesMatchPlaybackRate { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The time at which this beatmap was last played by the local user.
|
/// 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; }
|
public double? EditorTimestamp { get; set; }
|
||||||
|
|
||||||
[Ignored]
|
[Ignored]
|
||||||
public CountdownType Countdown { get; set; } = CountdownType.Normal;
|
public CountdownType Countdown { get; set; } = CountdownType.None;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The number of beats to move the countdown backwards (compared to its default location).
|
/// The number of beats to move the countdown backwards (compared to its default location).
|
||||||
|
Loading…
Reference in New Issue
Block a user