Scene tree: Show functions as code (#5113)

* Scene tree: Show functions as code

These function callbacks should be shown as code for better readability.
This commit is contained in:
DeeJayLSP
2021-07-26 15:39:45 -03:00
committed by Hugo Locurcio
parent e4e8b5b582
commit 4d3e37ad98

View File

@@ -93,7 +93,7 @@ When a node is connected, directly or indirectly, to the root
viewport, it becomes part of the *scene tree*.
This means that as explained in previous tutorials, it will get the
_enter_tree() and _ready() callbacks (as well as _exit_tree()).
``_enter_tree()`` and ``_ready()`` callbacks (as well as ``_exit_tree()``).
.. image:: img/activescene.png