XeroOl / xero-mod-loader

Mod Template for NotITG
2 stars 0 forks source link

Spline tool doesn't apply effect to all notes at the end #4

Open XeroOl opened 6 years ago

XeroOl commented 6 years ago

The spline tool uses the end time for both when to turn off, and which arrows to apply splines to. This means that transitioning out of a spline is a bit yucky. Instead, the spline tool could read a buffer of extra notes after when it's supposed to end.

XeroOl commented 6 years ago

Probably will be fixed with #12 using the v3.1 Player:Clear<TYPE>Splines() function