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:
@@ -155,6 +155,7 @@ public class LoanSharkGUI extends Player {
|
||||
|
||||
//Setting the Scene and displaying it
|
||||
Scene scene = new Scene(brdr1, 600, 480);
|
||||
scene.getStylesheets().add("styleguide.css");
|
||||
primaryStage.setScene(scene);
|
||||
//primaryStage.show();
|
||||
return primaryStage;
|
||||
|
||||
Reference in New Issue
Block a user