mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Add tutorial link to Parallax2D doc
This commit is contained in:
parent
97b8ad1af0
commit
1a1d0d6cc6
@ -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)">
|
||||
|
Loading…
Reference in New Issue
Block a user