mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-29 22:27:54 +07:00
Pyro generator tree entry
This commit is contained in:
@ -2015,7 +2015,7 @@ public class Blocks{
|
||||
sideOffset = Mathf.PI / 2f;
|
||||
}}, new DrawRegion("-mid"), new DrawLiquidTile(Liquids.arkycite, 38f / 4f), new DrawBlock(), new DrawGlowRegion(){{
|
||||
alpha = 1f;
|
||||
glowScale = 6f;
|
||||
glowScale = 5f;
|
||||
color = Pal.slagOrange;
|
||||
}});
|
||||
|
||||
|
@ -54,7 +54,9 @@ public class ErekirTechTree{
|
||||
node(turbineCondenser, () -> {
|
||||
node(beamNode, () -> {
|
||||
node(chemicalCombustionChamber, () -> {
|
||||
node(pyrolysisGenerator, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
node(beamTower, () -> {
|
||||
|
Reference in New Issue
Block a user