We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dcd54 commit 3ab8236Copy full SHA for 3ab8236
1 file changed
docs/guide/scenes-and-roots.mdx
@@ -25,7 +25,11 @@ Each root decides **where** an entity exists and **who** runs its Behaviors.
25
26
## Example scene layout
27
28
-
+<img
29
+ src={require("../../static/img/image-1.png").default}
30
+ alt="Roots screenshot"
31
+ width="250"
32
+/>
33
34
| Label in screenshot | Root | Reason it lives there |
35
| ------------------- | ------ | -------------------------------------------------- |
0 commit comments