diff --git a/src/composables/gameComposable.ts b/src/composables/gameComposable.ts index ca4ea9c..31a9011 100644 --- a/src/composables/gameComposable.ts +++ b/src/composables/gameComposable.ts @@ -68,7 +68,8 @@ export async function loadSpriteTextures(scene: Phaser.Scene, sprite: Sprite) { updatedAt: sprite_action.updatedAt, frameCount: sprite_action.frameCount, frameWidth: sprite_action.frameWidth, - frameHeight: sprite_action.frameHeight + frameHeight: sprite_action.frameHeight, + frameRate: sprite_action.frameRate } as AssetDataT) // If the sprite is not animated, skip