Goal: Set up the initial background, title screen, and game state.
- Find the "set background to" block in the World category and connect it under the
"when run" block.
- Click the dropdown in the "set background to" block and choose the night forest
background.
- Add the "show title screen" block from the World category under the background
block.
- Set the title of the title screen to "Treasure hunter" and the subtitle to "Press
space to start".
- Add a "set to" variable block from the Variables category at the bottom of the "when
run" block.
- Create a new variable named "game started", select it in the dropdown, and set it to
false.