Music wheel preview fadeout time is now adjustable by the metric [ScreenSelectMusic] SampleMusicFadeOutSeconds.

This commit is contained in:
Joe
2015-05-11 15:44:24 +01:00
parent 912582674c
commit 459c74c3bf
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ protected:
ThemeMetric<bool> SAMPLE_MUSIC_LOOPS;
ThemeMetric<SampleMusicPreviewMode> SAMPLE_MUSIC_PREVIEW_MODE;
ThemeMetric<float> SAMPLE_MUSIC_FALLBACK_FADE_IN_SECONDS;
ThemeMetric<float> SAMPLE_MUSIC_FADE_OUT_SECONDS;
ThemeMetric<bool> DO_ROULETTE_ON_MENU_TIMER;
ThemeMetric<float> ROULETTE_TIMER_SECONDS;
ThemeMetric<bool> ALIGN_MUSIC_BEATS;