Skip to content

Releases: what-is-a-git/parallax-node

Release 0.0.4

07 Mar 00:55
42062b8
Compare
Choose a tag to compare

Changed ParallaxNode to run with call_deferred.

What this means for developers is now any ParallaxNode should always be synced with the current camera, even if that camera comes after the ParallaxNode in the scene tree.

Release 0.0.3

04 Mar 01:18
Compare
Choose a tag to compare

Added a new position_as_offset option to ParallaxNode!

This takes the position set when the scene starts as an offset to the node to allow easier offsetting with a ParallaxNode by itself.

Release 0.0.2

17 Jul 21:01
Compare
Choose a tag to compare

Moved around some files and added some other helpful files for use with the Godot Asset Library.

Release 0.0.1

17 Jul 20:51
Compare
Choose a tag to compare

This is the initial version of the addon, currently this is how ParallaxNode works.

You place the node in a scene as a parent node to whatever you want to have parallax and set the factor of which to use. The node should automatically detect the first camera that is being used as current, but you can make it automatically change this if you change the camera quickly.

Currently there may be issues if you have two or more cameras at the same time, this may be explored further if people want it.