mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add basic VolumeControl and saving of volume to config.
This commit is contained in:
@ -20,6 +20,10 @@ namespace osu.Game.Configuration
|
||||
Set(OsuConfig.Token, string.Empty);
|
||||
|
||||
Set(OsuConfig.PlayMode, PlayMode.Osu);
|
||||
|
||||
Set(OsuConfig.VolumeGlobal, 0.8, 0, 1);
|
||||
Set(OsuConfig.VolumeMusic, 1.0, 0, 1);
|
||||
Set(OsuConfig.VolumeEffect, 1.0, 0, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@ -31,6 +35,9 @@ namespace osu.Game.Configuration
|
||||
Username,
|
||||
Password,
|
||||
Token,
|
||||
PlayMode
|
||||
PlayMode,
|
||||
VolumeGlobal,
|
||||
VolumeEffect,
|
||||
VolumeMusic
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user