Skip to content

Commit

Permalink
Continue to disable menutimers
Browse files Browse the repository at this point in the history
nonzeros here are "bad"
  • Loading branch information
poco0317 committed Jul 9, 2020
1 parent 0b9242c commit 86564d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Themes/_fallback/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ NextScreen=Branch.AfterSelectProfile()
PrevScreen=Branch.TitleMenu()
StartScreen=Branch.AfterSelectProfile()
#
TimerSeconds=30
TimerSeconds=-1
#
CodeNames=SelectProfileKeys()
CodeUp="+MenuUp"
Expand All @@ -1317,7 +1317,7 @@ Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster"
NextScreen=Branch.AfterSelectStyle()
PrevScreen=Branch.TitleMenu()
TimerSeconds=30
TimerSeconds=-1
#
DefaultChoice="Single"
# Giant metric list left in for backwards compatibility.
Expand Down Expand Up @@ -1357,7 +1357,7 @@ Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster"
NextScreen=Branch.GetGameInformationScreen
PrevScreen=Branch.TitleMenu()
TimerSeconds=30
TimerSeconds=-1
#
DefaultChoice="Normal"
ChoiceNames="Normal"
Expand All @@ -1378,7 +1378,7 @@ Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster"
NextScreen="ScreenSelectMusic"
PrevScreen=Branch.TitleMenu()
TimerSeconds=15
TimerSeconds=-1
#
DefaultChoice="Delay"
ChoiceNames="Delay"
Expand All @@ -1400,9 +1400,9 @@ PlayerOptionsScreen="ScreenPlayerOptions"
MusicWheelType="MusicWheel"
Codes=""
#
TimerSeconds=120
TimerSeconds=-1
DoRouletteOnMenuTimer=true
RouletteTimerSeconds=15
RouletteTimerSeconds=-1
IdleCommentSeconds=20
HardCommentMeter=10
#
Expand Down Expand Up @@ -2421,7 +2421,7 @@ NextScreen=Branch.SongOptions()
#
PlayMusic=false
#
TimerSeconds=30
TimerSeconds=-1
#
LineNames="1,2,3A,3B,4,5,6,R1,R2,7,8,9,10,11,12,13,14,16"
Line1="lua,ArbitrarySpeedMods()"
Expand Down Expand Up @@ -2454,7 +2454,7 @@ Fallback="ScreenOptions"
Class="ScreenSongOptions"
PrevScreen="ScreenPlayerOptions"
NextScreen="ScreenStageInformation"
TimerSeconds=30
TimerSeconds=-1
PlayMusic=false
StopMusicOnBack=false
#
Expand Down Expand Up @@ -2577,7 +2577,7 @@ Class="ScreenEvaluation"
Fallback="ScreenWithMenuElements"
NextScreen=Branch.AfterEvaluation()
PrevScreen=Branch.AfterEvaluation()
TimerSeconds=20
TimerSeconds=-1
CheerDelaySeconds=2.5

[ScreenEvaluationNormal]
Expand Down
1 change: 0 additions & 1 deletion src/Etterna/Actor/Menus/BPMDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class BPMDisplay : public BitmapText
ThemeMetric<bool> SHOW_QMARKS;
/** @brief How often the random BPMs cycle themselves. */
ThemeMetric<float> RANDOM_CYCLE_SPEED;
ThemeMetric<float> COURSE_CYCLE_SPEED;
/** @brief The text used to separate the low and high BPMs. */
ThemeMetric<std::string> SEPARATOR;
/** @brief The text used when there is no BPM. */
Expand Down

0 comments on commit 86564d1

Please sign in to comment.