Nico should follow this process to add the credits:
- Add a new 2D screen to a new credits scene: This step involves creating a dedicated area in the game where the credits will be displayed.
- Add a text element: Once the new screen is set up, Nico can include a text element where he will input the credits for everyone who worked on the game.
After these steps, additional interactions can be added, such as setting up a keypress or click event for the player to navigate to the credits scene, but the primary steps to add the credits are to create the scene and add the text element.
So the correct sequence is:
- Add a new 2D screen to a new credits scene.
- Add a text element.