if (showTutorialPanel) {
String instructions = "Press WASD/ARROWS to move, X/UP to Jump, M mute/unmute music";
ME.showMessage(container, g, 40, 440, 550, 35, 5, Color.darkGray,
instructions, 5);
if (fadeTutorial == null) {
fadeTutorial = new Alarm(FADE_TUTORIAL, 600, true);
fadeTutorial.start();
}
}
if (levelEnd) {