From b907819c2f44976c34d91ec9bc25f3430a359f20 Mon Sep 17 00:00:00 2001 From: cha0s Date: Fri, 28 Jun 2024 13:10:14 -0500 Subject: [PATCH] fix: magnitude --- public/assets/hoe/start.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {