We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1491e8 commit 4e11da9Copy full SHA for 4e11da9
1 file changed
maze.ts
@@ -41,7 +41,7 @@ namespace maze {
41
for (let y = 0; y < tmData.height; ++y)
42
for (let x = 0; x < tmData.width; ++x) {
43
tmData.setTile(x, y, 1);
44
- //tmData.setWall(x, y, true);
+ tmData.setWall(x, y, true);
45
}
46
47
0 commit comments