An interesting test could be to try and implement the instructions and scoreboard popups as scenes. This would require to iterate over all scenes in the stack of scenes and render all of them that isn't covered by a "modal" one. Updates could be made in any order, however rendering would have to be done back to front.
An interesting test could be to try and implement the instructions and scoreboard popups as scenes. This would require to iterate over all scenes in the stack of scenes and render all of them that isn't covered by a "modal" one. Updates could be made in any order, however rendering would have to be done back to front.