Added contribution guide

This commit is contained in:
Anuken
2019-11-18 00:55:33 -05:00
parent dc1b073882
commit 9b732017a9
7 changed files with 110 additions and 4 deletions
@@ -64,9 +64,7 @@ public class HudFragment extends Fragment{
select.addImageButton(Icon.menuLargeSmall, style, ui.paused::show);
flip = select.addImageButton(Icon.arrowUpSmall, style, this::toggleMenus).get();
select.addImageButton(Icon.pasteSmall, style, () -> {
ui.schematics.show();
});
select.addImageButton(Icon.pasteSmall, style, ui.schematics::show);
select.addImageButton(Icon.pauseSmall, style, () -> {
if(net.active()){