diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-10-02 17:48:01 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-10-02 17:48:01 -0300 |
commit | 07e0f796afafc14e5bf2cdc7e8f33257396d8855 (patch) | |
tree | 4097858974994fcc6ef4407ca835220bef7a30d5 | |
parent | 723e2e9654615fcfd858786d687d22b9fdfc1fd6 (diff) |
Add note in ParallaxLayer doc about ignoring position/scale changes after entering the scene
-rw-r--r-- | doc/classes/ParallaxLayer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ParallaxLayer.xml b/doc/classes/ParallaxLayer.xml index 662a15e043..e6ea166282 100644 --- a/doc/classes/ParallaxLayer.xml +++ b/doc/classes/ParallaxLayer.xml @@ -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> |