From 1f8ab609d32d8c2cd2db9e7a643a2f9c51738611 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 21 Jul 2024 02:52:14 -0400 Subject: New json api and more refactoring --- src/main/java/net/sowgro/npehero/gui/GameOver.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main/java/net/sowgro/npehero/gui/GameOver.java') diff --git a/src/main/java/net/sowgro/npehero/gui/GameOver.java b/src/main/java/net/sowgro/npehero/gui/GameOver.java index da524dc..cd277e6 100755 --- a/src/main/java/net/sowgro/npehero/gui/GameOver.java +++ b/src/main/java/net/sowgro/npehero/gui/GameOver.java @@ -18,11 +18,7 @@ import net.sowgro.npehero.main.Sound; public class GameOver extends Pane { - /* - * this class is a layout class, most of its purpose is to place UI elements like Buttons within Panes like VBoxes. - * the creation of these UI elements are mostly not commented due to their repetitive and self explanatory nature. - * style classes are defined in the style.css file. - */ + public GameOver(Level level, Difficulty diff, Pane lastMenu, int score2) { Text topText = new Text(); -- cgit v1.2.3