From 2ed2ccc2d8ff17b97d8ac0fd80fc0190ea47ed00 Mon Sep 17 00:00:00 2001 From: Ricardo Buring Date: Sat, 17 Feb 2024 00:57:32 +0100 Subject: Fixed Timestep Interpolation (2D) Adds fixed timestep interpolation to the rendering server (2D only). Switchable on and off with a project setting (default is off). Co-authored-by: lawnjelly --- doc/classes/Parallax2D.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes/Parallax2D.xml') diff --git a/doc/classes/Parallax2D.xml b/doc/classes/Parallax2D.xml index 6db29b7a33..4e712a7e2a 100644 --- a/doc/classes/Parallax2D.xml +++ b/doc/classes/Parallax2D.xml @@ -25,6 +25,7 @@ Bottom-right limits for scrolling to end. If the camera is outside of this limit, the [Parallax2D] will stop scrolling. Must be higher than [member limit_begin] and the viewport size combined to work. + Repeats the [Texture2D] of each of this node's children and offsets them by this value. When scrolling, the node's position loops, giving the illusion of an infinite scrolling background if the values are larger than the screen size. If an axis is set to [code]0[/code], the [Texture2D] will not be repeated. -- cgit v1.2.3