Merge pull request #94433 from markdibarry/parallax-tutorial-link

Add tutorial link to Parallax2D doc
This commit is contained in:
Rémi Verschelde 2024-07-17 11:44:38 +02:00
commit 6827779587
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -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)">