close the logo instead of exiting when pressing esc during logo opening time
This commit is contained in:
@@ -749,7 +749,7 @@ public class MainMenu extends BaseOpsuState {
|
|||||||
switch (key) {
|
switch (key) {
|
||||||
case KEY_ESCAPE:
|
case KEY_ESCAPE:
|
||||||
case KEY_Q:
|
case KEY_Q:
|
||||||
if (logoTimer > 0) {
|
if (logoState == LogoState.OPEN || logoState == LogoState.OPENING) {
|
||||||
this.closeLogo();
|
this.closeLogo();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user