mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 05:52:56 +08:00
Add note about how global audio offset is currently applied
This commit is contained in:
parent
5dca0e3377
commit
c1c9482077
@ -270,7 +270,13 @@ namespace osu.Game.Configuration
|
|||||||
MouseDisableButtons,
|
MouseDisableButtons,
|
||||||
MouseDisableWheel,
|
MouseDisableWheel,
|
||||||
ConfineMouseMode,
|
ConfineMouseMode,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Globally applied audio offset.
|
||||||
|
/// This is added to the audio track's current time. Higher values will cause gameplay to occur earlier, relative to the audio track.
|
||||||
|
/// </summary>
|
||||||
AudioOffset,
|
AudioOffset,
|
||||||
|
|
||||||
VolumeInactive,
|
VolumeInactive,
|
||||||
MenuMusic,
|
MenuMusic,
|
||||||
MenuVoice,
|
MenuVoice,
|
||||||
|
Loading…
Reference in New Issue
Block a user