OpenGOAL-Mods / OG-NoOOJ-II

No Off of jetboard
ISC License
0 stars 1 forks source link

no hover zone #30

Closed dallmeyer closed 5 months ago

dallmeyer commented 5 months ago

this piggybacks off the existing implementation for the helper method we added to mod base to detect hovering

lays the groundwork for #11

we should probably make this a toggle in the progress menu somewhere

Zedb0T commented 5 months ago

One thing I was thinking here that would be interesting would maybe be supporting a few different kinds of hover restrictions.

dallmeyer commented 5 months ago

An alternative to restricting it by time - it would be really easy to limit the number of L1 tricks/taps, since thats basically how the detection is coded

Zedb0T commented 5 months ago

An alternative to restricting it by time - it would be really easy to limit the number of L1 tricks/taps, since thats basically how the detection is coded

Yeah this was how I was intending to suggest to approach this