WIP T3 tank

This commit is contained in:
Anuken
2022-05-02 14:29:32 -04:00
parent 07c24d7164
commit 5f0ef9b27e
11 changed files with 67 additions and 12 deletions

View File

@@ -332,7 +332,7 @@ public class BlockRenderer{
procLinks.clear();
procLights.clear();
var bounds = camera.bounds(Tmp.r3).grow(tilesize);
var bounds = camera.bounds(Tmp.r3).grow(tilesize * 2f);
//draw floor lights
floorTree.intersect(bounds, tile -> lightview.add(tile));