Add Code::Blocks files

This commit is contained in:
2022-10-29 20:29:45 -04:00
parent 171c890aa4
commit 1965b97c19
4 changed files with 168 additions and 2 deletions

View File

@@ -197,8 +197,6 @@ int main(int argc, char **argv)
for(int y = 0; y < 48 * abs(fnl.GetNoise((float)x + (16 * bx), (float)z + (16 * bz))) + 2; y++)
{
blockManager.mapBlocks[bx][bz].addNode(1, 0, x, y, z);
//printf("\nx: %i, z: %i", x + (16 * bx), z + (16 * bz));
//printf("\nGet node at: %i\n Is air: %i", nodeManager.getNodeAt(x, y + 1, z) == 0, nodeManager.isAir(x, y + 1, z));
}
}
}