Skip to content

Commit

Permalink
lights in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaSmith04 committed Oct 14, 2024
1 parent 989d488 commit cfc7c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function createDemo() {
wall.create(j*40+20, i*40+20, "wallDS");
}
else if (wallkind == 10){
wallkind = Math.floor(Math.random() * (4 - 1 + 1) + 1);
wallkind = Math.floor(Math.random() * (5 - 1 + 1) + 1);
if (wallkind == 1){
wall.create(j*40+20, i*40+20, "painting1");
}
Expand Down

0 comments on commit cfc7c75

Please sign in to comment.