darhal Posted June 5, 2015 Share Posted June 5, 2015 Hi all, I want a GUI to have the same x, y height width with all resolutions ! How to do it ? Thx Link to comment
Mr_Moose Posted June 5, 2015 Share Posted June 5, 2015 Use relative values on all GUI elements, set the last argument (use relative) on all GUI elements to "true". That allow you to set a value between 0.0 and 1.0 where this range represent any screen resolution. Link to comment
darhal Posted June 5, 2015 Author Share Posted June 5, 2015 set the last argument (use relative) on all GUI elements to "true". That allow you to set a value between 0.0 and 1.0 where this range represent any screen resolution. on all GUI elements That what I m looking for thx bro Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now