Added Unlocks menu button to Escape menu on desktop (#324)

This commit is contained in:
Timmeey86
2018-11-11 19:03:15 +01:00
committed by Anuken
parent ece3f96867
commit c9777af91c
2 changed files with 4 additions and 1 deletions

View File

@@ -57,6 +57,9 @@ public class PausedDialog extends FloatingDialog{
hide();
});
content().row();
content().addButton("$text.unlocks", ui.unlocks::show);
content().row();
content().addButton("$text.settings", ui.settings::show);