Skip to content

Commit

Permalink
cambio de nombre platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NaomiRobinson committed Oct 20, 2023
1 parent 521501a commit 26fa3e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/assets/images/platforms.png
Binary file not shown.
Binary file modified public/assets/images/platforms_atlas.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 src/scenes/Preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Preload extends Phaser.Scene {
this.load.image("background2", "./assets/images/sky_atlas.png");
this.load.image("background3", "./assets/images/Fondo.png");
this.load.image("cat", "./assets/images/gato2.png");
this.load.image("platforms", "./assets/images/platforms.png");
this.load.image("platforms", "./assets/images/platforms_atlas.png");
this.load.image("menu", "./assets/images/menu.jpg");
this.load.image("line", "./assets/images/line.png");
this.load.image("note", "./assets/images/nota.png");
Expand Down

0 comments on commit 26fa3e4

Please sign in to comment.