Tweening Transform2D
borken when initial scale is not (1, 1)
#79242
Labels
Milestone
Transform2D
borken when initial scale is not (1, 1)
#79242
Godot version
v4.1.stable.official [9704596] < Steam
System information
Godot v4.1.stable - Debian GNU/Linux trixie/sid trixie - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 1060 (nvidia) - Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz (6 Threads)
Issue description
When a tween is performed on a
Transform2D
, where the starting value has a scale which isn't(1, 1)
, both the position and scale of the intermediate values will be incorrect. However, the correct transform will be applied at the end of the tween:simplescreenrecorder-2023-07-09_16.02.03.mp4
Steps to reproduce
Eg:
Minimal reproduction project
Single self-contained scene. Click to start the tween:
tween_transform2d.zip
The text was updated successfully, but these errors were encountered: