You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After wanting to make a custom level that increases in difficulty after certain patterns and not on a timer, I tried using the function u_forceIncrement to do it, but the function only calls incrementDifficulty.
This sounds correct on paper by the function names, but after looking into the functions "incrementDifficulty" only plays the level up sound and updates the rotation speed. It does not update the level speed, sides and does not increase the level increments value nor does it end up firing the onIncrement event.
My expected behavior would have been closer to the updateIncrement function:
After wanting to make a custom level that increases in difficulty after certain patterns and not on a timer, I tried using the function u_forceIncrement to do it, but the function only calls incrementDifficulty.
incrementDifficulty:
This sounds correct on paper by the function names, but after looking into the functions "incrementDifficulty" only plays the level up sound and updates the rotation speed.
It does not update the level speed, sides and does not increase the level increments value nor does it end up firing the onIncrement event.
My expected behavior would have been closer to the updateIncrement function:
updateIncrement:
So my suggestion would be to add a special forceIncrement function, or change the way incrementDifficuly is implemented.
Example for forceIncrement:
The text was updated successfully, but these errors were encountered: