diff options
| author | lempamo <[email protected]> | 2017-09-13 11:13:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-13 11:13:30 -0400 |
| commit | 74722bac5a707c206c3756ffdc156630af730fca (patch) | |
| tree | 13514cacf3e882b40121bef030eb640648a0dc61 /Histacom2/SaveDialogs | |
| parent | e4bb33426e4e1a3b5c5ef36866ef2947a7d4356d (diff) | |
| parent | 364507865396c68c2ea52bf9ad1405d68b697d10 (diff) | |
| download | histacom2-74722bac5a707c206c3756ffdc156630af730fca.tar.gz histacom2-74722bac5a707c206c3756ffdc156630af730fca.tar.bz2 histacom2-74722bac5a707c206c3756ffdc156630af730fca.zip | |
Merge branch 'master' of https://github.com/Histacom2-Devs/Histacom2.git
Diffstat (limited to 'Histacom2/SaveDialogs')
| -rw-r--r-- | Histacom2/SaveDialogs/NewGameDialog.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Histacom2/SaveDialogs/NewGameDialog.cs b/Histacom2/SaveDialogs/NewGameDialog.cs index 7609d5d..eb8d44f 100644 --- a/Histacom2/SaveDialogs/NewGameDialog.cs +++ b/Histacom2/SaveDialogs/NewGameDialog.cs @@ -92,8 +92,8 @@ namespace Histacom2 private void btnDevMode_Click(object sender, EventArgs e) { - MessageBox.Show("DevMode is a mode Designed for Development of the game, if you are seeing this that means it is activated! All DevMode does is if a Profile already exists then rather than asking you to choose a different name it just " + - "deletes the old one! This means that you won't have 1 million profiles everytime you want to test something in the game!"); + MessageBox.Show("DevMode (Development Mode) is a special mode that lets you test features without having a large amount of accounts just to test a new feature. How it works is simple:" + + "\n1. It checks for a profile of the same name.\n2. If so, it deletes the profile and starts a new game.\n3. If not, then it starts a new game."); } } } |
