1
0
forked from noxious/client

Small fix

This commit is contained in:
Dennis Postma 2024-12-21 02:29:48 +01:00
parent 11e978121f
commit 8005bc1318

View File

@ -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