Skip to content
Snippets Groups Projects
Verified Commit 13a45717 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Change label

parent 87aed203
No related merge requests found
......@@ -33,7 +33,7 @@ public class App extends Application {
primaryStage.setScene(scene);
primaryStage.resizableProperty().set(false);
primaryStage.setTitle("Java 1 - 6th laboratory");
primaryStage.setTitle("Java 1 - 5th laboratory");
primaryStage.show();
controller = new GameController(canvas);
controller.startGame();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment