diff --git a/docs/introduction/scene-requirements.md b/docs/introduction/scene-requirements.md index 3bebee5..b35bf73 100644 --- a/docs/introduction/scene-requirements.md +++ b/docs/introduction/scene-requirements.md @@ -4,10 +4,8 @@ Once installed, and to get started with the addon, a given 2D/3D scene will need the below minimum setup: - A `Camera2D`/`Camera3D` node - - Without a parent node _except_ for the scene's root. -- A`PhantomCameraHost` node +- A `PhantomCameraHost` node - As a child of the `Camera2D`/`Camera3D`. -- At least one`PhantomCamera2D`/`PhantomCamera3D` node - - Without a parent node _except_ for the scene's root. +- At least one `PhantomCamera2D`/`PhantomCamera3D` node -After this, the scene is now meeting the minimum requirements, where as you move the `PhantomCamera` around the `Camera` is now following it. \ No newline at end of file +After this, the scene is now meeting the minimum requirements, where as you move the `PhantomCamera` around the `Camera` is now following it.