Block damage multiplier rule

This commit is contained in:
Anuken
2020-06-15 09:58:46 -04:00
parent 0968f0be59
commit d04ce2a750
13 changed files with 45 additions and 33 deletions

View File

@@ -43,9 +43,8 @@ public class Pixelator implements Disposable{
Draw.draw(Layer.end, () -> {
buffer.end();
Draw.blend(Blending.disabled);
Draw.rect(buffer);
Draw.blend();
Blending.disabled.apply();
buffer.blit(Shaders.screenspace);
Core.camera.position.set(px, py);
renderer.setScale(pre);