This commit is contained in:
Anuken
2020-10-02 20:23:37 -04:00
parent 5861fe61b2
commit 43936b536e
12 changed files with 5 additions and 23 deletions

View File

@@ -217,8 +217,6 @@ public class Renderer implements ApplicationListener{
pixelator.register();
}
//TODO fx
Draw.draw(Layer.background, this::drawBackground);
Draw.draw(Layer.floor, blocks.floor::drawFloor);
Draw.draw(Layer.block - 1, blocks::drawShadows);