Skip to content

Commit

Permalink
Set default fps to 10 instead of 12 for pokemon sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
pom-eranian committed Nov 10, 2024
1 parent 198ac24 commit 073f85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field/pokemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
this.scene.anims.create({
key: this.getBattleSpriteKey(),
frames: battleFrameNames,
frameRate: 12,
frameRate: 10,
repeat: -1
});
}
Expand Down

0 comments on commit 073f85c

Please sign in to comment.