Merge branch 'continuous-sectors' of https://github.com/Anuken/Mindustry
# Conflicts: # core/assets/bundles/bundle.properties
This commit is contained in:
@@ -206,6 +206,10 @@ public class DesktopInput extends InputHandler{
|
||||
return;
|
||||
}
|
||||
|
||||
if(Inputs.keyTap(section, "deselect")){
|
||||
player.setMineTile(null);
|
||||
}
|
||||
|
||||
if(!ui.hasMouse()){
|
||||
if(Inputs.keyTap(section, "select")){
|
||||
if(isPlacing()){
|
||||
|
||||
Reference in New Issue
Block a user