Merge branch 'master' of https://github.com/Anuken/Mindustry into 4.0
# Conflicts: # core/assets/sprites/sprites.atlas # core/assets/version.properties
This commit is contained in:
@@ -157,7 +157,8 @@ public class DesktopInput extends InputHandler{
|
||||
}
|
||||
|
||||
boolean select(){
|
||||
return !Inputs.keyDown("select") && !Inputs.keyRelease("select");
|
||||
return !Inputs.keyDown("select") && !Inputs.keyRelease("select") &&
|
||||
!Inputs.keyDown("break") && !Inputs.keyRelease("break");
|
||||
}
|
||||
|
||||
public int tilex(){
|
||||
|
||||
Reference in New Issue
Block a user