Merging
This commit is contained in:
parent
95f72fe4e8
commit
dff4261c28
Happy_Bird
.gradle
7.1.1
dependencies-accessors
executionHistory
fileHashes
buildOutputCleanup
checksums
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.
Binary file not shown.
Binary file not shown.
@ -86,12 +86,12 @@ public class HappyBirdMain extends Application {
|
||||
menuButton.setLayoutX(575);
|
||||
menuButton.setLayoutY(625);
|
||||
menuButton.setVisible(false);
|
||||
<<<<<<< HEAD
|
||||
|
||||
startGame.setVisible(false);
|
||||
=======
|
||||
|
||||
|
||||
//Button buttons[] = {startButton, highscoresButton, settingsButton};
|
||||
>>>>>>> c82816957310f4cb126c980ad371abcdaba0d6de
|
||||
|
||||
|
||||
int yPosition = 225;
|
||||
for (Button button : buttons) {
|
||||
@ -113,19 +113,19 @@ public class HappyBirdMain extends Application {
|
||||
|
||||
startGame.setVisible(false);
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
Label nameLabel = new Label("Name:");
|
||||
Label acronymLabel = new Label("Kürzel:");
|
||||
|
||||
Label startLabels[] = {nameLabel, acronymLabel};
|
||||
=======
|
||||
startButton.setOnAction(event -> {
|
||||
|
||||
startButton.setOnAction(event -> {
|
||||
headline.setText("Start");
|
||||
for(Button button : buttons) {
|
||||
for (Button button : buttons) {
|
||||
button.setVisible(false);
|
||||
menuButton.setVisible(true);
|
||||
}
|
||||
>>>>>>> c82816957310f4cb126c980ad371abcdaba0d6de
|
||||
});
|
||||
|
||||
int yPositionStartLabels = 225;
|
||||
for(Label label : startLabels) {
|
||||
@ -188,11 +188,10 @@ public class HappyBirdMain extends Application {
|
||||
});
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
startGame.setOnAction(event -> {});
|
||||
=======
|
||||
|
||||
//startGame.setOnAction(event -> {});
|
||||
|
||||
//startButton.setOnAction(event -> {});
|
||||
>>>>>>> c82816957310f4cb126c980ad371abcdaba0d6de
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user