File saving is work in progress

Added a css file for the game
Made it so that you can press enter to continue forwars
Made folder for both images and save files
This commit is contained in:
2019-03-23 03:37:41 -06:00
parent 0bedf3e182
commit e6e1f02ea9
10 changed files with 70 additions and 2 deletions

View File

@@ -581,7 +581,7 @@ public class WarehouseGUI extends Player{
vBox1.getChildren().add(vacantWarehouse);
Scene root = new Scene(borderPane, 600, 480);
root.getStylesheets().add("styleguide.css");
stage.setTitle("Warehouse");
stage.setResizable(false);
stage.setScene(root);