Merge pull request #22647 from YeldhamDev/parallaxlayer_doc_note

Add note in ParallaxLayer doc about ignoring position/scale changes after entering the scene
This commit is contained in:
Rémi Verschelde 2018-10-03 00:18:11 +02:00 committed by GitHub
commit f511fa35e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
<description>
A ParallaxLayer must be the child of a [ParallaxBackground] node. Each ParallaxLayer can be set to move at different speeds relative to the camera movement or the [member ParallaxBackground.scroll_offset] value.
This node's children will be affected by its scroll offset.
Note that any changes to this node's position and scale made after it enters the scene will be ignored.
</description>
<tutorials>
</tutorials>