WhiteCatMeow Posted April 17, 2016 Share Posted April 17, 2016 How make all dx rectangle, text, line and image to compatible in any screen resolution? Link to comment
Enargy, Posted April 17, 2016 Share Posted April 17, 2016 How make all dx rectangle, text, line and image to compatible in any screen resolution? guiGetScreenSize Link to comment
Seba500PLK Posted April 17, 2016 Share Posted April 17, 2016 local x,y = guiGetScreenSize() local scale = x/800 local scaley = x/600 local sx,sy = 300,300 sx,sy = sx*scale,sy*scaley Link to comment
WhiteCatMeow Posted April 18, 2016 Author Share Posted April 18, 2016 thanks for your help guys 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