WhiteCatMeow Posted April 17, 2016 Posted April 17, 2016 How make all dx rectangle, text, line and image to compatible in any screen resolution? Remember: Having an expensive gaming PC doesn't make you a pro player.
Enargy, Posted April 17, 2016 Posted April 17, 2016 How make all dx rectangle, text, line and image to compatible in any screen resolution? guiGetScreenSize - Inactivo.
Seba500PLK Posted April 17, 2016 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
WhiteCatMeow Posted April 18, 2016 Author Posted April 18, 2016 thanks for your help guys Remember: Having an expensive gaming PC doesn't make you a pro player.
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