UI bug cleanup, testing, balancing of repair turrets

This commit is contained in:
Anuken
2018-01-26 18:29:31 -05:00
parent 6c30fe9fcf
commit 8e6f628f5b
14 changed files with 47 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ allprojects {
appName = "Mindustry"
gdxVersion = '1.9.8'
aiVersion = '1.8.1'
uCoreVersion = 'd5ca764';
uCoreVersion = 'd5ca764'
}
repositories {
@@ -90,12 +90,12 @@ project(":core") {
apply plugin: "java"
dependencies {
boolean comp = System.properties["release"] == null || System.properties["release"].equals("false");
boolean comp = System.properties["release"] == null || System.properties["release"].equals("false")
if(!comp){
println("NOTICE: Compiling release build.")
}else{
println("Compiling DEBUG build.");
println("Compiling DEBUG build.")
}
if(new File('../uCore').exists() && comp){