Skip to content

Commit 4e11da9

Browse files
reenabling walls
1 parent e1491e8 commit 4e11da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace maze {
4141
for (let y = 0; y < tmData.height; ++y)
4242
for (let x = 0; x < tmData.width; ++x) {
4343
tmData.setTile(x, y, 1);
44-
//tmData.setWall(x, y, true);
44+
tmData.setWall(x, y, true);
4545
}
4646
}
4747

0 commit comments

Comments
 (0)