Skip to content

Commit

Permalink
Merge pull request #94433 from markdibarry/parallax-tutorial-link
Browse files Browse the repository at this point in the history
Add tutorial link to Parallax2D doc
  • Loading branch information
akien-mga committed Jul 17, 2024
2 parents 7b12dbd + 1a1d0d6 commit 6827779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/Parallax2D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)">
Expand Down

0 comments on commit 6827779

Please sign in to comment.