Fog block hiding
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user