Skip to content

Commit

Permalink
Working on buster
Browse files Browse the repository at this point in the history
  • Loading branch information
YamanSD committed May 16, 2024
1 parent 9253bec commit 81b1d2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion js/Game/Sprites/BusterShot.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class BusterShot extends Sprite {
* @returns {string[]} sprite sheets.
*/
static get sheets() {
return ['x_0.png']; // Might be broken, not finished
return ['x_0.png'];
}

/**
Expand Down
4 changes: 0 additions & 4 deletions js/Game/Sprites/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,8 @@ class Player extends Sprite {
undefined,
scale,
100,
30
);

// TODO Add rest of animations and update buster
// TODO add zero (not vital)

// Create the animations
this.#animations = {
spawn_0: this.createAnimation(
Expand Down

0 comments on commit 81b1d2f

Please sign in to comment.