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
I believe that there should be a way to see the results from all songs separately after completing a full week since I feel like it would be nice to know which songs you did the worst on, and where most of the sicks or misses came from. It would definitely be a helpful QOL change that would benefit people who want the results to be more specific.
How it should be implemented:
I think the best way to implement this would be to make it so that you can use the arrow keys to switch between the results of the whole week combined, and the other songs separately as to not clutter the results screen too much.
The text was updated successfully, but these errors were encountered:
oof, I saw this and had a think about it - it's definitely doable, but would require modifying the highscore to not combine the tallies and instead put them in an array or something a, and then modify the results param to accept this array, start with the first song, and when it's "closed", open a results substate with the second song, and when that's closed, open the third as a substate, etc, and when the final song results substate is closed the results screen finally ends.
Making it so you can switch between the results rather than moving through them from first to last would mean making it even more complex.
If someone doesn't beat me to it first I might try doing this later (and I mean later later).
oof, I saw this and had a think about it - it's definitely doable, but would require modifying the highscore to not combine the tallies and instead put them in an array or something a, and then modify the results param to accept this array, start with the first song, and when it's "closed", open a results substate with the second song, and when that's closed, open the third as a substate, etc, and when the final song results substate is closed the results screen finally ends.
Making it so you can switch between the results rather than moving through them from first to last would mean making it even more complex.
If someone doesn't beat me to it first I might try doing this later (and I mean later later).
What should be implemented and why:
I believe that there should be a way to see the results from all songs separately after completing a full week since I feel like it would be nice to know which songs you did the worst on, and where most of the sicks or misses came from. It would definitely be a helpful QOL change that would benefit people who want the results to be more specific.
How it should be implemented:
I think the best way to implement this would be to make it so that you can use the arrow keys to switch between the results of the whole week combined, and the other songs separately as to not clutter the results screen too much.
The text was updated successfully, but these errors were encountered: