Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaSmith04 committed Oct 8, 2024
1 parent ed75728 commit dcc282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function preload() {
this.load.image("blueT", "assets/tileBlue.png");
this.load.image("whiteT", "assets/tileWhite.png");
this.load.image("wall", "assets/WallBoxOld.png");
this.load.image("wall_light", "assets/WallBoxOldLight.png");
this.load.image("wall_light", "assets/WallBoxLight.png");
this.load.image("void", "assets/void.png");
this.load.image("jewel", "assets/jewel.png");
// this.load.image("jewelg", "assets/jewelg.png");
Expand Down

0 comments on commit dcc282f

Please sign in to comment.