Merge remote-tracking branch 'origin/master'

This commit is contained in:
2019-03-23 18:13:26 -06:00

View File

@@ -92,14 +92,14 @@ public class StartGUI extends Player{
* *
*/ */
startButton.setMnemonicParsing(false); startButton.setMnemonicParsing(false);
startButton.setText("Start"); startButton.setText("New");
/** /**
* Creates a button with text "Continue" * Creates a button with text "Continue"
* *
*/ */
continueButton.setMnemonicParsing(false); continueButton.setMnemonicParsing(false);
continueButton.setText("Continue Save"); continueButton.setText("Load");
/** /**
* Creates a VBox at the left of center of the borderpane. * Creates a VBox at the left of center of the borderpane.