V0.2.1 : reintroduced welcome string error (I can't bring myself to remove it)
This commit is contained in:
parent
38c80c1038
commit
e6b8732f90
|
@ -70,8 +70,8 @@ import com.watabou.utils.Random;
|
|||
|
||||
public class GameScene extends PixelScene {
|
||||
|
||||
private static final String TXT_WELCOME = "Welcome to level %d of Pixel Dungeon!";
|
||||
private static final String TXT_WELCOME_BACK = "Welcome back to level %d of Pixel Dungeon!";
|
||||
private static final String TXT_WELCOME = "Welcome to the level %d of Pixel Dungeon!";
|
||||
private static final String TXT_WELCOME_BACK = "Welcome back to the level %d of Pixel Dungeon!";
|
||||
private static final String TXT_NIGHT_MODE = "Be cautious, since the dungeon is even more dangerous at night!";
|
||||
|
||||
private static final String TXT_CHASM = "Your steps echo across the dungeon.";
|
||||
|
|
Loading…
Reference in New Issue
Block a user