Verwex / Funkin-Mic-d-Up-SC

A mod to Friday Night Funkin' called FNF: Mic'd Up, previously named EX Replayability.
Other
77 stars 111 forks source link

Question: Wiggle notes #124

Closed Nissan101 closed 3 years ago

Nissan101 commented 3 years ago

I noticed that this update made the held notes do this little wiggle animation. I was wondering if there was a way I could turn that off or if I was stuck using it?

Havasi-Scarlet-5 commented 3 years ago

on Playstate.hx find this code : camSus.setFilters([susWiggle]); and remove it or change it into : //camSus.setFilters([susWiggle]); in case you want to turn on again

Nissan101 commented 3 years ago

That worked, Thank You!