1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Fix Parallax2D repeats being not relative to its transform

(cherry picked from commit 1bd8372813)
This commit is contained in:
kleonc
2024-08-18 19:36:08 +02:00
committed by Rémi Verschelde
parent 4168220169
commit f0f69a7b7c
9 changed files with 78 additions and 57 deletions

View File

@@ -364,6 +364,7 @@ public:
bool repeat_source;
Point2 repeat_size;
int repeat_times = 1;
Item *repeat_source_item = nullptr;
Rect2 global_rect_cache;