From 8005bc13180152227e060e260a27e947f02602b9 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sat, 21 Dec 2024 02:29:48 +0100 Subject: [PATCH] Small fix --- src/composables/gameComposable.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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