mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-13 12:16:53 +07:00
Updated uCore
This commit is contained in:
parent
67389c0bac
commit
60bb982450
@ -27,7 +27,7 @@ allprojects {
|
||||
appName = 'Mindustry'
|
||||
gdxVersion = '1.9.8'
|
||||
roboVMVersion = '2.3.0'
|
||||
uCoreVersion = 'c231d13a23788716102c8b568c72276624b8ffdd'
|
||||
uCoreVersion = '5b96fa9e60beb16d05ab19b2fc73bfb3c92da816'
|
||||
|
||||
getVersionString = {
|
||||
String buildVersion = getBuildVersion()
|
||||
|
@ -123,7 +123,7 @@ public class TurretBlocks extends BlockList implements ContentList{
|
||||
rotatespeed = 8f;
|
||||
powerUsed = 7f;
|
||||
powerCapacity = 30f;
|
||||
range = 130f;
|
||||
range = 150f;
|
||||
shootEffect = ShootFx.lightningShoot;
|
||||
heatColor = Color.RED;
|
||||
recoil = 1f;
|
||||
|
Loading…
Reference in New Issue
Block a user