diff --git a/public/assets/hoe/start.js b/public/assets/hoe/start.js index 1c3245f..8fa593e 100644 --- a/public/assets/hoe/start.js +++ b/public/assets/hoe/start.js @@ -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) {