summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark DiBarry <markdibarry@protonmail.com>2024-07-16 08:25:29 -0400
committerMark DiBarry <markdibarry@protonmail.com>2024-07-16 08:25:29 -0400
commit1a1d0d6cc678407f225f78282cca7545fe9d7379 (patch)
tree9917f38afd99ed000a171c5efd47aed9373a1857
parent97b8ad1af0f2b4a216f6f1263bef4fbc69e56c7b (diff)
downloadredot-engine-1a1d0d6cc678407f225f78282cca7545fe9d7379.tar.gz
Add tutorial link to Parallax2D doc
-rw-r--r--doc/classes/Parallax2D.xml1
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)">