Mobile diagonal toggle / Cancel button moved
This commit is contained in:
@@ -124,7 +124,6 @@ public class SettingsMenuDialog extends SettingsDialog{
|
||||
|
||||
game.screenshakePref();
|
||||
game.checkPref("effects", true);
|
||||
game.checkPref("swapdiagonal", false);
|
||||
if(mobile){
|
||||
game.checkPref("autotarget", true);
|
||||
}
|
||||
|
||||
@@ -142,7 +142,7 @@ public class PlacementFragment extends Fragment{
|
||||
|
||||
ImageButton button = blockTable.addImageButton("icon-locked", "select", 8 * 4, () -> {
|
||||
if(unlocked(block)){
|
||||
input.block = input.block == block ? null : block;
|
||||
input.block = block;
|
||||
}
|
||||
}).size(46f).group(group).get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user