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:
@@ -506,7 +506,7 @@ public class ShipWarfareGUI extends Player{
|
||||
|
||||
|
||||
Scene root = new Scene(BorderPane, 600, 480);
|
||||
|
||||
root.getStylesheets().add("styleguide.css");
|
||||
stage.setTitle("Ship");
|
||||
stage.setResizable(false);
|
||||
stage.setScene(root);
|
||||
|
||||
Reference in New Issue
Block a user