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:
@@ -98,6 +98,7 @@ public class GameEndGUI extends Player{
|
||||
netWorth.setText("Net Worth: " + netWorthInt);
|
||||
|
||||
Scene root = new Scene(borderPane, 600, 480);
|
||||
root.getStylesheets().add("styleguide.css");
|
||||
|
||||
stage.setTitle("End Game Stats");
|
||||
stage.setResizable(false);
|
||||
|
||||
Reference in New Issue
Block a user