Tutorial removed / Logic block group

This commit is contained in:
Anuken
2020-11-15 12:52:29 -05:00
parent 1959ada854
commit d53b074760
10 changed files with 11 additions and 82 deletions

View File

@@ -341,19 +341,6 @@ public class SettingsMenuDialog extends SettingsDialog{
}
}
game.pref(new Setting(){
@Override
public void add(SettingsTable table){
table.button("@tutorial.retake", () -> {
hide();
control.playTutorial();
}).size(220f, 60f).pad(6).left();
table.add();
table.row();
hide();
}
});
graphics.sliderPref("uiscale", 100, 25, 300, 25, s -> {
if(ui.settings != null){
Core.settings.put("uiscalechanged", true);