Slag centrifuge implementation

This commit is contained in:
Anuken
2021-11-21 11:59:35 -05:00
parent 4fcd873f65
commit 0014c7a525
18 changed files with 44 additions and 10 deletions
@@ -38,7 +38,7 @@ public class BeamDrill extends Block{
public Color sparkColor = Color.valueOf("fd9e81"), glowColor = Color.white;
public float glowIntensity = 0.2f, pulseIntensity = 0.07f;
public float glowScl = 3f;
public int sparks = 8;
public int sparks = 7;
public float sparkRange = 10f, sparkLife = 27f, sparkRecurrence = 4f, sparkSpread = 45f, sparkSize = 3.5f;
public Color heatColor = new Color(1f, 0.35f, 0.35f, 0.9f);