fix MinScoreToContinueCombo
This commit is contained in:
@@ -17,7 +17,7 @@ MaxCourseEntriesBeforeShowVarious=6
|
||||
|
||||
[Gameplay]
|
||||
ComboIsPerRow=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI
|
||||
MinScoreToContinueCombo=%function() if GAMESTATE:GetPlayMode() == PLAY_MODE_ONI then return TNS_PERFECT else return TNS_GREAT end end
|
||||
MinScoreToContinueCombo=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI and TNS_PERFECT or TNS_GREAT
|
||||
MinScoreToMaintainCombo=TNS_GREAT
|
||||
|
||||
[Screen]
|
||||
|
||||
Reference in New Issue
Block a user