Turn logic / Cross-sector production / Pad tweaks

This commit is contained in:
Anuken
2020-05-15 11:03:21 -04:00
parent 603cb4295a
commit b68e0a8562
16 changed files with 188 additions and 39 deletions

View File

@@ -225,8 +225,8 @@ public class Renderer implements ApplicationListener{
}
if(bloom != null){
Draw.draw(Layer.bullet - 0.001f, bloom::capture);
Draw.draw(Layer.effect + 0.001f, bloom::render);
Draw.draw(Layer.bullet - 0.01f, bloom::capture);
Draw.draw(Layer.effect + 0.01f, bloom::render);
}
Draw.z(Layer.plans);