Un-broke multiblock breaking, tweaked build script

This commit is contained in:
Anuken
2018-03-09 17:51:01 -05:00
parent 1c8b451ec8
commit 460496339b
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#Autogenerated file. Do not modify.
#Fri Mar 09 17:11:02 EST 2018
#Fri Mar 09 17:44:08 EST 2018
version=release
androidBuildCode=364
name=Mindustry
@@ -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(){