mainmenu: perform logo click effect when clicking it in open state
This commit is contained in:
parent
f85b4ec526
commit
3d4631660c
|
@ -807,6 +807,7 @@ public class MainMenu extends BaseOpsuState {
|
|||
}
|
||||
} else {
|
||||
if (logoHovered || this.buttonPositions[0].contains(x, y, 0.25f)) {
|
||||
this.logoClickScale.setTime(0);
|
||||
SoundController.playSound(SoundEffect.MENUHIT);
|
||||
enterSongMenu();
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user