Adding website URL at Help.help()

master
Alex Henry 2016-02-23 22:30:12 -03:00
parent f1811b56bd
commit 9e7f1411ad
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public class Help extends Action {
}
text += ": " + a.getDescriptiveName() + "\n";
}
text += "\nKeep up-to-date with new releases at http://javelinrl.wordpress.com!";
Javelin.app.switchScreen(new InfoScreen(Game.getQuestapp(), text));
Game.getInput();
Javelin.app.switchScreen(BattleScreen.active);