Implemented "relax" mod.
Also added a few checks for related "autopilot" mod (probably incomplete). Fixed the wrong default background being shown in the ranking screen. Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -102,7 +102,7 @@ public class GameRanking extends BasicGameState {
|
||||
|
||||
// background
|
||||
if (!osu.drawBG(width, height, 0.7f, true))
|
||||
GameImage.MENU_BG.getImage().draw(0,0);
|
||||
GameImage.PLAYFIELD.getImage().draw(0,0);
|
||||
|
||||
// ranking screen elements
|
||||
data.drawRankingElements(g, osu);
|
||||
|
||||
Reference in New Issue
Block a user