Quote from: vitogta on Jun 17, 2018, 03:37 PMIt's totally depends of your code. I personally use height (Y) as the base value in most of cases. And I never use any magical numbers like thisexactly thats what i ment so this will obviously look bad in some casesCode Selectlocal x = floor( X*sX/1920 );
Because different people are using different display's aspect ratio.
local y = floor( Y*sY/1080 );
QuoteBecause different people are using different display's aspect ratio.so any solution to that