1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-22 13:57:46 +03:00

Changed application icon

This commit is contained in:
Anuken 2018-01-20 23:01:54 -05:00
parent 232a490d7d
commit f8514a0f3d
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -81,8 +81,10 @@ public class SettingsMenuDialog extends SettingsDialog{
menu.addButton("$text.settings.graphics", () -> visible(1));
menu.row();
menu.addButton("$text.settings.sound", () -> visible(2));
if(!Vars.android) {
menu.row();
menu.addButton("$text.settings.controls", Vars.ui.controls::show);
}
menu.row();
menu.addButton("$text.settings.language", Vars.ui.language::show);