@@ -23,7 +22,6 @@ public class HelpView extends View<VBox> {
publicHelpView(){
super(VBox.class);
VBoxparent=getParentPane();
parent.setAlignment(Pos.TOP_CENTER);
parent.setSpacing(20);
...
...
@@ -37,7 +35,8 @@ public class HelpView extends View<VBox> {
privateNodehelpText(){
ScrollPanescrollPane=newScrollPane();
scrollPane.prefWidth(600);
StringhowToPlay="""
StringhowToPlay=
"""
New game:
First you must create your own player. You can customize your outfit and enter your name. If you press the Stats button you can enter in your starting stats. If you press the Goals button you can set the goals for the play-trough. Once you are happy with your player, click continue.
...
...
@@ -57,9 +56,8 @@ public class HelpView extends View<VBox> {