Skip to content
Snippets Groups Projects
Commit 6a439001 authored by Risto Luukkonen's avatar Risto Luukkonen
Browse files

Missing a .css-file for some reason. Comment out .getStyleSheets()-line at StageFactory:106

parent c77b3856
Branches
Tags
No related merge requests found
Pipeline #38866 passed
...@@ -103,7 +103,7 @@ public class StageFactory { ...@@ -103,7 +103,7 @@ public class StageFactory {
} }
//just testing to apply a simple css-sheet //just testing to apply a simple css-sheet
startScene.getStylesheets().add(Main.class.getResource("Styling.css").toExternalForm()); //startScene.getStylesheets().add(Main.class.getResource("Styling.css").toExternalForm());
tl.play(); tl.play();
return newStage; return newStage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment