Skip to content

Commit

Permalink
More interesting seed for cave generation visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaramant committed Jul 6, 2023
1 parent f81cf56 commit fd2c089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class CaveGenerationVisualization
public void ShowEntireProcess()
{
CreateCave(
seed: 13,
seed: 1,
folderName: "Cave Generation Process",
visualizeProcess: true);
}
Expand Down

0 comments on commit fd2c089

Please sign in to comment.