Skip to content

Commit

Permalink
Put back the boxes for the walls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-242 committed Oct 8, 2024
1 parent 7f536ef commit a7b8481
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/WallBoxOld.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var game = new Phaser.Game(config);
function preload() {
this.load.image("blueT", "assets/tileBlue.png");
this.load.image("whiteT", "assets/tileWhite.png");
this.load.image("wall", "assets/WallBox.png");
this.load.image("wall", "assets/WallBoxOld.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 a7b8481

Please sign in to comment.