fix: magnitude

This commit is contained in:
cha0s 2024-06-28 13:10:14 -05:00
parent 8ffe1451a1
commit b907819c2f

View File

@ -109,9 +109,9 @@ if (projected?.length > 0) {
})
}
Sprite.animation = ['moving', direction].join(':');
await wait(300)
await wait(0.3)
Sprite.animation = ['idle', direction].join(':');
await wait(100)
await wait(0.1)
}
for (let i = 0; i < projected.length; ++i) {