Updated uCore
This commit is contained in:
@@ -25,7 +25,7 @@ allprojects {
|
|||||||
appName = 'Mindustry'
|
appName = 'Mindustry'
|
||||||
gdxVersion = '1.9.8'
|
gdxVersion = '1.9.8'
|
||||||
aiVersion = '1.8.1'
|
aiVersion = '1.8.1'
|
||||||
uCoreVersion = 'a95630d'
|
uCoreVersion = '23e8c1c'
|
||||||
|
|
||||||
getVersionString = {
|
getVersionString = {
|
||||||
String buildVersion = getBuildVersion()
|
String buildVersion = getBuildVersion()
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#Autogenerated file. Do not modify.
|
#Autogenerated file. Do not modify.
|
||||||
#Wed Feb 21 19:21:02 EST 2018
|
#Wed Feb 21 19:47:18 EST 2018
|
||||||
version=release
|
version=release
|
||||||
androidBuildCode=262
|
androidBuildCode=262
|
||||||
name=Mindustry
|
name=Mindustry
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import java.io.DataInputStream;
|
|||||||
import java.io.DataOutputStream;
|
import java.io.DataOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
public class LiquidTurret extends Turret implements LiquidAcceptor{
|
public abstract class LiquidTurret extends Turret implements LiquidAcceptor{
|
||||||
public Liquid ammoLiquid = Liquid.water;
|
public Liquid ammoLiquid = Liquid.water;
|
||||||
public float liquidCapacity = 20f;
|
public float liquidCapacity = 20f;
|
||||||
public float liquidPerShot = 1f;
|
public float liquidPerShot = 1f;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import java.io.DataInputStream;
|
|||||||
import java.io.DataOutputStream;
|
import java.io.DataOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
public class PowerTurret extends Turret implements PowerAcceptor{
|
public abstract class PowerTurret extends Turret implements PowerAcceptor{
|
||||||
public float powerCapacity = 20f;
|
public float powerCapacity = 20f;
|
||||||
public float powerUsed = 0.5f;
|
public float powerUsed = 0.5f;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user