Fixed buttons being too large on Linux and Mac
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user