Kleine visuelle Änderungen mennuButton
This commit is contained in:
parent
090da1392b
commit
5db5b6bb19
Happy_Bird
.gradle
7.1.1
buildOutputCleanup
build
classes/java/main/com/example/happy_bird
libs
tmp/compileJava
src/main/java/com/example/happy_bird
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;");
|
"-fx-background-radius: 20px;");
|
||||||
pane.getChildren().add(menuButton);
|
pane.getChildren().add(menuButton);
|
||||||
menuButton.setPrefSize(200, 50);
|
menuButton.setPrefSize(200, 50);
|
||||||
menuButton.setLayoutX(300);
|
menuButton.setLayoutX(575);
|
||||||
menuButton.setLayoutY(425);
|
menuButton.setLayoutY(625);
|
||||||
menuButton.setVisible(false);
|
menuButton.setVisible(false);
|
||||||
|
|
||||||
Button buttons[] = {startButton, highscoresButton, settingsButton};
|
Button buttons[] = {startButton, highscoresButton, settingsButton};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user