Merge branch '1273_Changing_Cameras' into 1273_Skybox

This commit is contained in:
Michael Rausch
2017-09-25 18:40:15 +13:00
38 changed files with 505 additions and 249 deletions
@@ -269,6 +269,8 @@ public class ViewManager {
stage.setMinHeight(500);
stage.setMinWidth(800);
stage.setTitle("Party Parrots At Sea");
stage.getIcons().add(new Image(getClass().getResourceAsStream("/PP.png")));
stage.setOnCloseRequest(e -> closeAll());
stage.setScene(scene);
stage.show();