From 09bee9627cb84b3448508ceb600586d64620900c Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Tue, 10 Feb 2026 19:29:30 -0800 Subject: [PATCH] Fix recoil --- html/images/space.svg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/images/space.svg b/html/images/space.svg index ba61374..7c53e17 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -359,8 +359,7 @@ const Draw = (() => { const tipEl = gun.querySelector(".tip") tipEl.classList.remove("recoil"); - setTimeout(() => tipEl.classList.add('recoil'), 0); - + setTimeout(() => tipEl.classList.add('recoil'), 100); const explosionEl = document.createElementNS(namespaceURIsvg, 'circle'); explosionEl.classList.add('explosion');