Skip to content

Commit 3f70ab0

Browse files
committed
readme updated
1 parent 852f83f commit 3f70ab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ let dungeon = new Dungeon({
3535
initial: {
3636
min_size: [3, 3],
3737
max_size: [3, 3],
38-
max_exits: 1
38+
max_exits: 1,
39+
position: [0, 0] //OPTIONAL pos of initial room
3940
},
4041
any: {
4142
min_size: [2, 2],

0 commit comments

Comments
 (0)