Renamed TeamData blocks -> plans

This commit is contained in:
Anuken
2022-05-07 10:57:21 -04:00
parent 8f2e1163dd
commit 7885a46cd5
10 changed files with 24 additions and 24 deletions

View File

@@ -267,7 +267,7 @@ public class BlockRenderer{
}
if(brokenFade > 0.001f){
for(BlockPlan block : player.team().data().blocks){
for(BlockPlan block : player.team().data().plans){
Block b = content.block(block.block);
if(!camera.bounds(Tmp.r1).grow(tilesize * 2f).overlaps(Tmp.r2.setSize(b.size * tilesize).setCenter(block.x * tilesize + b.offset, block.y * tilesize + b.offset))) continue;