Skip to content

Commit

Permalink
add missing idle animation
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Sep 4, 2024
1 parent 2f33cbe commit a99ed28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scenes/profile.scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ export default class ProfileScene extends Phaser.Scene {
frameRate: 10,
repeat: -1
});

this.anims.create({
key: 'idle',
frames: [ { key: 'player', frame: 'p1_stand' } ],
frameRate: 10
});
}

update(): void {
Expand Down

0 comments on commit a99ed28

Please sign in to comment.