Jump to content

مساعدة في ريزليشن


Recommended Posts

بدي آفهم ليه ريزولوشن مايضبط علي كل شاشات؟ 

سويت relative مازبطت

سويت

function resX(value)
    return (value/1280) * x
end

function resY(value)
    return (value/720) * y
end

أو

local rX,rY = guiGetScreenSize()
local x = rX/1280
local y = rY/720

1920x1080 ماتزبط علي 

 يعني بتكون مثال فوق ولا يمين شوي 

1080pبس آلشكل ابغاه مثل ماتكون عندي مثل ماتكون عند صاحب شاشه

 

Edited by liwahadri
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...