added esc string
This commit is contained in:
@@ -222,6 +222,7 @@ public class MainGame extends Game implements ClientCallback {
|
|||||||
} else if (this.team.isDead()) {
|
} else if (this.team.isDead()) {
|
||||||
text += "Too bad! You lost!";
|
text += "Too bad! You lost!";
|
||||||
}
|
}
|
||||||
|
text += "\nPress ESC to exit the game";
|
||||||
renderString(text, Gdx.graphics.getWidth() / 2f, Gdx.graphics.getHeight() / 2f);
|
renderString(text, Gdx.graphics.getWidth() / 2f, Gdx.graphics.getHeight() / 2f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user