Added Unlocks menu button to Escape menu on desktop (#324)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user