Add note about removing new_game() _ready() in 2D tut (#6781)
* Add note about removing new_game() _ready() in 2D tut
The Start button handles calling `new_game()` so without removing the `_ready()` function that called `new_game()`, the game will automatically start on launch.
* Revise 2d tut new_game() removal to be a reminder
Based on feedback from cbscribe since it's mentioned in the
previous part of the tutorial.