This commit is contained in:
Immanuel Alvaro Bhirawa 2023-03-23 11:08:52 +11:00
commit 6173eb83c5
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ public class Game extends Application {
public void start(Stage stage) throws Exception {
Scene scene = new Scene(this.root, WINDOW_WIDTH, WINDOW_HEIGHT);
stage.setScene(scene);
stage.setTitle("Blue Lagoon");
stage.getIcons().add(new javafx.scene.image.Image(Game.class.getResourceAsStream("favicon.png")));
stage.setResizable(false);
stage.show();
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB