mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-03 22:05:35 +02:00
save before pull
This commit is contained in:
parent
de3049b443
commit
743373274e
1 changed files with 0 additions and 1 deletions
|
@ -306,7 +306,6 @@ function generateSequentialRooms(m=20, n=20, p=20, rooms=8) {
|
|||
roomPlaced = true;
|
||||
placedRooms++;
|
||||
|
||||
// Todo: add doors to room on all sides
|
||||
// Add doors to all four sides
|
||||
// Left side
|
||||
addDoor(matrix, newX, newY + Math.floor(newWidth / 2), newZ);
|
||||
|
|
Loading…
Add table
Reference in a new issue