Icon cleanup

This commit is contained in:
Anuken
2020-11-05 22:05:32 -05:00
parent 83bc5bbc60
commit ad3ce9fb14
24 changed files with 959 additions and 575 deletions

View File

@@ -173,7 +173,7 @@ public class MenuFragment extends Fragment{
new Buttoni("@tutorial", Icon.info, () -> checkPlay(control::playTutorial))
),
new Buttoni("@editor", Icon.terrain, () -> checkPlay(ui.maps::show)), steam ? new Buttoni("@workshop", Icon.book, platform::openWorkshop) : null,
new Buttoni(Core.bundle.get("mods"), Icon.bookOpen, ui.mods::show),
new Buttoni("@mods", Icon.book, ui.mods::show),
//not enough space for this button
//new Buttoni("@schematics", Icon.paste, ui.schematics::show),
new Buttoni("@settings", Icon.settings, ui.settings::show),