Nico is adding game credits to include attribution for everyone who worked on the game. What process should Nico use to add the credits? (1 point) Responses add a new 2D screen to a new credits scene then add a text element add a new 2D screen to a new credits scene then add a text element add a keypress event add a keypress event add a click event add a click event add an image element to the original scene

1 answer

Nico should follow this process to add the credits:

  1. 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.
  2. 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.