Skip to content

Commit 8342c36

Browse files
Make large graph default (fix)
1 parent abb2a48 commit 8342c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { LARGE, MEDIUM, SMALL } from "./graphs";
44
import { InputDungeon } from "./types";
55
import { logStep } from "./utils";
66

7-
let inputGraph: InputDungeon = SMALL;
7+
let inputGraph: InputDungeon = LARGE;
88

99
/**
1010
* Entry point to run a dungeon generation and drawing it 🧙‍♂️.

0 commit comments

Comments
 (0)