TrapLord Studios™ Posted March 24, 2014 Share Posted March 24, 2014 I'd like to know the easiest way to make Dx Elements align or work with every resolution. Link to comment
pa3ck Posted March 24, 2014 Share Posted March 24, 2014 local screenS = { guiGetScreenSize () } local rectangleWidth, rectangleHeight = screenS [ 1 ] * 0.5, screenS [ 2 ] * 0.3 -- Multiplying screenS [ 1 ] ( screen width ) by 0.5 gets you the half of your screen's length, 0.3 is 30% and so on. Do the same with positioning. 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