Closed as not planned
Closed as not planned
Description
Issue Checklist
- I have read the Contributing Guide
- I have checked the Issues/Discussions pages to see if my enhancement has already been suggested
- I have properly titled my enhancement
What is your suggestion, and why should it be implemented?
My suggestion is that the ScriptEvent onSongEnd()
should also be fired from PauseSubState.quitToMenu()
and quitToChartEditor()
because when leaving a song and trying to cleanup stuff and use onSongEnd()
it doesnt seem to call the Event when exiting/ending the song through the pause menu
The methods in question:
Funkin/source/funkin/play/PauseSubState.hx
Lines 727 to 761 in 894d074
Activity