added esc string

This commit is contained in:
Sem van der Hoeven
2020-06-07 17:16:07 +02:00
parent 6ae2b5de51
commit f2e5504c5c

View File

@@ -222,6 +222,7 @@ public class MainGame extends Game implements ClientCallback {
} else if (this.team.isDead()) {
text += "Too bad! You lost!";
}
text += "\nPress ESC to exit the game";
renderString(text, Gdx.graphics.getWidth() / 2f, Gdx.graphics.getHeight() / 2f);
}