Skip to content

Commit

Permalink
Made creating a new acc more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
dginovker committed Jan 1, 2020
1 parent e8bfe7f commit 3437877
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2006Redone Client/src/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -9503,13 +9503,13 @@ public void drawLoginScreen(boolean flag) {
if (loginScreenState == 3) {
chatTextDrawingArea.method382(0xffff00, c / 2, "Create a free account", c1 / 2 - 60, true);
int k = c1 / 2 - 35;
chatTextDrawingArea.method382(0xffffff, c / 2, "To create a new account you need to", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "To create a new account just click", k, true);
k += 15;
chatTextDrawingArea.method382(0xffffff, c / 2, "go back to the main " + ClientSettings.SERVER_NAME + " webpage", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "\"Cancel\" below, and click \"Existing User\".", k, true);
k += 15;
chatTextDrawingArea.method382(0xffffff, c / 2, "and choose the red 'create account'", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "Log in with any credentials you want and an", k, true);
k += 15;
chatTextDrawingArea.method382(0xffffff, c / 2, "button at the top right of that page.", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "account will automatically be created for you.", k, true);
k += 15;
int j1 = c / 2;
int i2 = c1 / 2 + 50;
Expand Down
Binary file modified CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar
Binary file not shown.
Binary file not shown.
Binary file modified CompiledServer/production/2006rebotted/Game.class
Binary file not shown.

0 comments on commit 3437877

Please sign in to comment.