diff options
author | Mark DiBarry <markdibarry@protonmail.com> | 2024-07-16 08:25:29 -0400 |
---|---|---|
committer | Mark DiBarry <markdibarry@protonmail.com> | 2024-07-16 08:25:29 -0400 |
commit | 1a1d0d6cc678407f225f78282cca7545fe9d7379 (patch) | |
tree | 9917f38afd99ed000a171c5efd47aed9373a1857 | |
parent | 97b8ad1af0f2b4a216f6f1263bef4fbc69e56c7b (diff) | |
download | redot-engine-1a1d0d6cc678407f225f78282cca7545fe9d7379.tar.gz |
Add tutorial link to Parallax2D doc
-rw-r--r-- | doc/classes/Parallax2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Parallax2D.xml b/doc/classes/Parallax2D.xml index 472aeb0bd3..cfd282a723 100644 --- a/doc/classes/Parallax2D.xml +++ b/doc/classes/Parallax2D.xml @@ -8,6 +8,7 @@ [b]Note:[/b] Any changes to this node's position made after it enters the scene tree will be overridden if [member ignore_camera_scroll] is [code]false[/code] or [member screen_offset] is modified. </description> <tutorials> + <link title="2D Parallax">$DOCS_URL/tutorials/2d/2d_parallax.html</link> </tutorials> <members> <member name="autoscroll" type="Vector2" setter="set_autoscroll" getter="get_autoscroll" default="Vector2(0, 0)"> |