From d2b6a0dc7a73f595d395a9fbb5cf310badf5cbfa Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Tue, 2 Oct 2018 17:48:01 -0300 Subject: [PATCH] Add note in ParallaxLayer doc about ignoring position/scale changes after entering the scene (cherry picked from commit 07e0f796afafc14e5bf2cdc7e8f33257396d8855) --- doc/classes/ParallaxLayer.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ParallaxLayer.xml b/doc/classes/ParallaxLayer.xml index e06f3557eeb..a4e2790b87b 100644 --- a/doc/classes/ParallaxLayer.xml +++ b/doc/classes/ParallaxLayer.xml @@ -6,6 +6,7 @@ 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.