Mesh chunks

This commit is contained in:
2026-03-13 09:30:41 -03:00
parent e890c561cd
commit 9db229dde4
6 changed files with 141 additions and 54 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export function start_game(world: ClientWorld) {
world.dimension = new Dimension();
dimension.add(world.dimension);
world.add_entity(dimension);
generate(world, dimension.get(Dimension)!, 32, 32);
generate(world, dimension.get(Dimension)!, 16 * 8, 16 * 8);
create_player(world);