mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
If a user follows the tutorial, and accidentally [creates the Main scene][1] using a Node2D instead of a basic Node, they will be unable to [add a background][2] with Layout -> Full Rect as instructed later in the tutorial. This expected (although possibly confusing) behaviour for Node2D is described in [#18166][3]. [1]: https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html#main-scene [2]: https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html#background [3]: https://github.com/godotengine/godot/issues/18166