This commit is contained in:
2026-03-12 17:09:25 -03:00
parent 244f0eb741
commit d18942196b
21 changed files with 422 additions and 581 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(dimension.get(Dimension)!, 100, 100);
generate(dimension.get(Dimension)!, 20, 20);
create_player(world);