mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
What the hell is going on with jitpack
This commit is contained in:
parent
a39d156d12
commit
7690f12682
@ -33,7 +33,7 @@ public class BeamDrill extends Block{
|
||||
public int tier = 1;
|
||||
public float laserWidth = 0.65f;
|
||||
/** How many times faster the drill will progress when boosted by an optional consumer. */
|
||||
public float optionalBoostIntensity = 2f;
|
||||
public float optionalBoostIntensity = 2f; //TODO would be nice to change laser color when this is active.
|
||||
|
||||
public Color sparkColor = Color.valueOf("fd9e81"), glowColor = Color.white;
|
||||
public float glowIntensity = 0.2f, pulseIntensity = 0.07f;
|
||||
|
@ -24,4 +24,4 @@ android.useAndroidX=true
|
||||
#used for slow jitpack builds; TODO see if this actually works
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
archash=f106eee213e490802b24afabbe326802ab477c07
|
||||
archash=f106eee2
|
||||
|
Loading…
Reference in New Issue
Block a user