mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 11:29:48 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4d34f16fcd
@ -345,6 +345,10 @@ public class DesktopInput extends InputHandler{
|
||||
ui.schematics.show();
|
||||
}).tooltip("@schematics");
|
||||
|
||||
table.button(Icon.book, Styles.clearPartiali, () -> {
|
||||
ui.database.show();
|
||||
}).tooltip("@database");
|
||||
|
||||
table.button(Icon.tree, Styles.clearPartiali, () -> {
|
||||
ui.research.show();
|
||||
}).visible(() -> state.isCampaign()).tooltip("@research");
|
||||
@ -352,8 +356,6 @@ public class DesktopInput extends InputHandler{
|
||||
table.button(Icon.map, Styles.clearPartiali, () -> {
|
||||
ui.planet.show();
|
||||
}).visible(() -> state.isCampaign()).tooltip("@planetmap");
|
||||
|
||||
table.add();
|
||||
}
|
||||
|
||||
void pollInput(){
|
||||
|
Loading…
Reference in New Issue
Block a user