Bird angepasst

This commit is contained in:
Mats Pape 2021-11-29 10:12:55 +01:00
parent 9838ddd582
commit 6626bcc35b
11 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -44,7 +44,7 @@ public class HappyBirdMain extends Application {
BackgroundSize.DEFAULT
);
Image bird = new Image("file:src/main/resources/com/example/happy_bird/pics/bird.png", 50, 50, false, false);
Image bird = new Image("file:src/main/resources/com/example/happy_bird/pics/bird.png", 50, 35, false, false);
/*ImageView birdView = new ImageView();
birdView.setFitHeight(50);
birdView.setFitWidth(50);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB