Added longer-range power nodes / Resprite of some generators

This commit is contained in:
Anuken
2018-03-31 17:20:48 -04:00
parent eab226f04d
commit 06dcc875bd
20 changed files with 429 additions and 375 deletions

View File

@@ -11,7 +11,6 @@ import static io.anuke.mindustry.Vars.respawnduration;
import static io.anuke.mindustry.Vars.tilesize;
public class Fx{
public static Color lightRed = Hue.mix(Color.WHITE, Color.FIREBRICK, 0.1f);
public static Color lightOrange = Color.valueOf("f68021");
public static Color lighterOrange = Color.valueOf("f6e096");
public static Color whiteOrange = Hue.mix(lightOrange, Color.WHITE, 0.6f);