npm update

This commit is contained in:
2024-09-24 16:09:31 +02:00
parent 8c8ec69f42
commit 778c10a9ce
2 changed files with 31 additions and 31 deletions

View File

@ -139,7 +139,7 @@ const createScene = async (scene: Phaser.Scene) => {
*/
gameStore.assets.forEach((asset) => {
if (asset.group !== 'sprite_animations') return
scene.anims.create({
key: asset.key,
frameRate: 7,