Document link: https://docs.godotengine.org/en/stable/getting_started/first_2d_game/04.creating_the_enemy.html#node-setup
This part is telling me to do something with the "Player" scene, although it's title is "Creating the enemy". I do see how to set "Rotation Degrees" to 90, but I don't know what to do with "CapsuleShape2D" nor how to add it to the "Player" scene
Godot Engine documentation
Now it's time to make the enemies our player will have to dodge. Their behavior will not be very complex: mobs will spawn randomly at the edges of the screen, choose a random direction, and move in...