diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/LevelSurround.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/LevelSurround.java b/src/gui/LevelSurround.java index 8f7d831..3739879 100644 --- a/src/gui/LevelSurround.java +++ b/src/gui/LevelSurround.java @@ -39,11 +39,8 @@ public class LevelSurround extends Pane game.cancel(); }); - Button pause = new Button(); - pause.setText("Pause"); - HBox buttonBox = new HBox(); - buttonBox.getChildren().addAll(exit,pause); + buttonBox.getChildren().addAll(exit); buttonBox.setAlignment(Pos.TOP_LEFT); buttonBox.setSpacing(10); |