mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Set default fps to 10 instead of 12 for pokemon sprites
This commit is contained in:
parent
198ac2431d
commit
073f85c8cb
@ -427,7 +427,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
this.scene.anims.create({
|
this.scene.anims.create({
|
||||||
key: this.getBattleSpriteKey(),
|
key: this.getBattleSpriteKey(),
|
||||||
frames: battleFrameNames,
|
frames: battleFrameNames,
|
||||||
frameRate: 12,
|
frameRate: 10,
|
||||||
repeat: -1
|
repeat: -1
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user