mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-06 07:30:35 +07:00
Visual tweaks
This commit is contained in:
parent
3a9fdc8b3d
commit
4d49b0b2ee
@ -1176,8 +1176,10 @@ public class Blocks implements ContentList{
|
||||
amount = 12;
|
||||
rotateSpeed = 0.5f;
|
||||
layerSpeed = -0.9f;
|
||||
}}, new DrawMultiWeave(), new DrawBlock(), new DrawHeatInput(), new DrawHeatRegion("-vents"){{
|
||||
heatColor.a = 1f;
|
||||
}}, new DrawMultiWeave(){{
|
||||
glowColor = new Color(1f, 0.4f, 0.4f, 0.8f);
|
||||
}}, new DrawBlock(), new DrawHeatInput(), new DrawHeatRegion("-vents"){{
|
||||
heatColor = new Color(1f, 0.4f, 0.3f, 1f);
|
||||
}});
|
||||
iconOverride = new String[]{"-bottom", ""};
|
||||
|
||||
|
@ -179,7 +179,7 @@ public class GenericCrafter extends Block{
|
||||
if(consValid()){
|
||||
|
||||
progress += getProgressIncrease(craftTime);
|
||||
totalProgress += delta();
|
||||
totalProgress += delta() * efficiency();
|
||||
warmup = Mathf.approachDelta(warmup, warmupTarget(), warmupSpeed);
|
||||
|
||||
if(Mathf.chanceDelta(updateEffectChance)){
|
||||
|
Loading…
Reference in New Issue
Block a user