0 votes

I have a setup like this....

Setup
https://www.dropbox.com/s/y7u2a0srh3dgbo4/Screen%20Shot%202018-08-31%20at%2015.31.41.png?dl=0

I would like to have the group to the right mirrored respect to the the group to the left.
I can reach this setting rect_scale to Vector2(-1,1) and setting properly the Pivot offset.

But since it is inside a BoxContainer, Godot at runtime doesn't care about this setting.... Is there a way to put some sense into it and leave it mirrored?

I will put an example project as an example.
https://www.dropbox.com/s/im976ib4wo96yee/flip-bug.zip

in Engine by (27 points)

1 Answer

0 votes

Try adding a Control for the horizontal container layout and the scale your scene to -1 as a child to that.enter image description here

by (997 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.