Skip to content

Commit

Permalink
Merge remote-tracking branch 'Mystic-Slice/ExitGameEscape' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Oct 4, 2021
2 parents 33cd98b + 54663c5 commit eb471c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class MainMenuScreen extends SolUiBaseScreen {
optionsControl.setDisplayName("Options");
controls.add(optionsControl);

exitControl = new SolUiControl(buttonWidth, buttonHeight, UiDrawer.positions.get("bottom"), 0, calculateButtonOffsetFromBottom(0), true, gameOptions.getKeyEscape());
exitControl = new SolUiControl(buttonWidth, buttonHeight, UiDrawer.positions.get("bottom"), 0, calculateButtonOffsetFromBottom(0), true);
exitControl.setDisplayName("Exit");
controls.add(exitControl);

Expand Down

0 comments on commit eb471c7

Please sign in to comment.