Move 3 rectangles up in their X but keep order of rectangles
- by Nicolas Martel
I have 3 rectangles being rendered here. Let's say i wanted to move them all above the line yet keep their order, how would i go about that? I tried subtracting the Y and height rather than adding the Y it but as expected, the lower rectangle goes at the top, middle stays in the middle and top goes to the bottom
before:
after:
So is there any simple solution to render them just above rather than having to change all values ?