Skip to content

Commit

Permalink
lights
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaSmith04 committed Oct 8, 2024
1 parent d8881c8 commit 7ad061f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions createDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function createDemo() {
else if (wallkind == 4){
wall.create(j*40+20, i*40+20, "painting4");
}
else if (wallkind == 5){
wall.create(j*40+20, i*40+20, "wall_light");
}
}

// wall.create(j*40+20, i*40+20, "wall");
Expand Down

0 comments on commit 7ad061f

Please sign in to comment.