mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Adds two changes: - makes it clear where subclasses should go (at the bottom of the script) - put the `_enter_tree()` method before `_ready()` but after `_init()` since that's the order in which the methods are executed