Fog block hiding

This commit is contained in:
Anuken
2022-02-19 22:09:15 -05:00
parent 99b01f3a3c
commit 3c546ec24f
3 changed files with 10 additions and 8 deletions

View File

@@ -99,8 +99,7 @@ public class EnvRenderers{
//TODO layer looks better? should not be conditional
Draw.z(state.rules.fog ? Layer.fogOfWar + 1 : Layer.weather - 1);
Weather.drawNoiseLayers(tex, Color.scarlet, 1000f, 0.23f, 0.4f, 1f, 1f, 0f,
4, -1.3f, 0.7f, 0.8f, 0.9f);
Weather.drawNoiseLayers(tex, Color.scarlet, 1000f, 0.24f, 0.4f, 1f, 1f, 0f, 4, -1.3f, 0.7f, 0.8f, 0.9f);
Draw.reset();
});
}