v0.3.1: modified a couple strings to fit better post-font changes

This commit is contained in:
Evan Debenham
2015-08-13 01:12:57 -04:00
committed by Evan Debenham
parent e404de5f45
commit 72515aee99
2 changed files with 3 additions and 3 deletions
@@ -59,8 +59,8 @@ public class StartScene extends PixelScene {
private static final String TXT_LOAD = "Load Game";
private static final String TXT_NEW = "New Game";
private static final String TXT_ERASE = "Erase current game";
private static final String TXT_DPTH_LVL = "Depth: %d, level: %d";
private static final String TXT_ERASE = "Erases Progress";
private static final String TXT_DPTH_LVL = "Depth: %d, Level: %d";
private static final String TXT_REALLY = "Do you really want to start new game?";
private static final String TXT_WARNING = "Your current game progress will be erased.";