Replies: 1 comment
-
I like this idea, but it would just make your code really messy. Just doing something like this is much better: local function ScaleW(w)
return (w / 1920) * ScrW()
end
local function ScaleH(h)
return (h / 1080) * ScrH()
end
ScaleW(800)
ScaleH(600)
... Rather than having |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a right click in a number (in drawing functions for example), its automatically converted into adaptable position/size to all screens
Beta Was this translation helpful? Give feedback.
All reactions