mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Simplify text when reaching maximum supported level
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -282,7 +282,7 @@ Do whatever you need to try and perceive the difference in latency, then choose
|
||||
if (!isPass)
|
||||
cannotIncreaseReason = "You didn't get a perfect score.";
|
||||
else if (mapDifficultyToTargetFrameRate(difficultyLevel + 1) > target_host_update_frames)
|
||||
cannotIncreaseReason = "You've reached the limits of this comparison mode.";
|
||||
cannotIncreaseReason = "You've reached the maximum level.";
|
||||
else if (mapDifficultyToTargetFrameRate(difficultyLevel + 1) > Clock.FramesPerSecond)
|
||||
cannotIncreaseReason = "Game is not running fast enough to test this level";
|
||||
|
||||
|
Reference in New Issue
Block a user