Mobile mechs implemented

This commit is contained in:
Anuken
2018-10-05 22:58:46 -04:00
parent ed0df64cf9
commit 14e0b471d3
11 changed files with 830 additions and 767 deletions
@@ -173,7 +173,7 @@ public class BlocksFragment extends Fragment{
//add actual recipes
for(Recipe r : recipes){
if((r.mode != null && r.mode != state.mode) || (r.desktopOnly && mobile) || (r.isPad && !state.mode.showPads)) continue;
if((r.mode != null && r.mode != state.mode) || !r.visibility.shown() || (r.isPad && !state.mode.showPads)) continue;
ImageButton image = new ImageButton(new TextureRegion(), "select");