Bord is bijna af!

master
Julius de Jeu 2017-04-14 12:49:26 +02:00
parent 4563cfb6e3
commit a339a6724b
3 changed files with 26783 additions and 2 deletions

View File

@ -29,12 +29,12 @@ public class Game extends Pane {
public Game() {
Collections.shuffle(players);
Image bord = new Image(ModLoader.getFile("/svg/bord2.svg"));
Image bord = new Image("/images/KLAAR.png");
ImageView view = new ImageView(bord);
view.setPreserveRatio(true);
view.setFitHeight(800);
view.setX(150);
view.setX(0);
view.setY(0);
this.getChildren().add(view);

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 2.1 MiB