feat: replace hero frames with new render sequence (299 frames)

This commit is contained in:
2026-07-30 18:06:36 +03:00
parent fdece19a23
commit 395b0705a8
300 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import {
} from 'framer-motion'
import UnitRevealOverlay from './UnitRevealOverlay'
const TOTAL_FRAMES = 298
const TOTAL_FRAMES = 299
const FRAME_PATH = (n: number) =>
`/frames/ezgif-frame-${String(n).padStart(3, '0')}.jpg`