Kleine visuelle Änderungen mennuButton
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -79,8 +79,8 @@ public class HappyBirdMain extends Application {
|
||||
"-fx-background-radius: 20px;");
|
||||
pane.getChildren().add(menuButton);
|
||||
menuButton.setPrefSize(200, 50);
|
||||
menuButton.setLayoutX(300);
|
||||
menuButton.setLayoutY(425);
|
||||
menuButton.setLayoutX(575);
|
||||
menuButton.setLayoutY(625);
|
||||
menuButton.setVisible(false);
|
||||
|
||||
Button buttons[] = {startButton, highscoresButton, settingsButton};
|
||||
|
Reference in New Issue
Block a user