Skip to content

Commit

Permalink
added some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fauwara committed Sep 4, 2021
1 parent 7fa81af commit 245ed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/bootGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class bootGame extends Phaser.Scene {
this.load.image("player", "src/assets/samurai.png");
//sprites
this.load.spritesheet("ghost", "src/assets/ghost-sprite.png", {
//ghost
//ghosts
frameWidth: 75,
frameHeight: 75,
});
Expand Down

0 comments on commit 245ed85

Please sign in to comment.