feat: add psx style vertex snapping and affine distortion

This commit is contained in:
2026-06-02 03:29:07 -03:00
parent b7e61b4240
commit 8dcc888d5c
3 changed files with 71 additions and 14 deletions
@@ -15,7 +15,6 @@ export default function FinaleText() {
return () => unsubscribe();
});
let elementCount = (FEAR_SETTINGS.EVENT_FINALE_TEXT_COUNT / FEAR_SETTINGS.EVENT_FINALE_DURATION) * progression;
let testElements: Array<JSX.Element> = [];