Team-colored shields
This commit is contained in:
@@ -233,7 +233,7 @@ public class Renderer implements ApplicationListener{
|
||||
|
||||
Draw.draw(Layer.plans, overlays::drawBottom);
|
||||
|
||||
if(settings.getBool("animatedshields")){
|
||||
if(settings.getBool("animatedshields") && Shaders.shield != null){
|
||||
Draw.drawRange(Layer.shields, 1f, () -> effectBuffer.begin(Color.clear), () -> {
|
||||
effectBuffer.end();
|
||||
effectBuffer.blit(Shaders.shield);
|
||||
|
||||
Reference in New Issue
Block a user