mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
* 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.