Skip to content
Snippets Groups Projects
Commit bdafd79a authored by Magnus Eik's avatar Magnus Eik
Browse files

Merge remote-tracking branch 'gitlab/features/gui' into features/gui

parents 6d7ad5ac 659523d7
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ public ChaosGameGui(Stage primaryStage) throws IOException {
this.factory = new ChaosGameDescriptionFactory();
this.description = factory.getDescriptions().get(0);
this.chaosCanvas = new ChaosCanvas(100, 100, this.description.getMinCoords(),
this.chaosCanvas = new ChaosCanvas(1000, 1000, this.description.getMinCoords(),
this.description.getMaxCoords());
game = new ChaosGame(this.description, chaosCanvas);
//controller.startGame(); // Start the game after it's created
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment