Amikor megírok egy Lua scriptet és belerakok képeket, akkor nekem jó, de más feljön más felbontással neki már nem ott van a kép, ahol nekem és ezt szeretném orvosolni.
screenWidth, screenHeight = guiGetScreenSize()
windowWidth, windowHeight = 1680, 1050
x = (screenWidth/2) - (windowWidth/2)
y = (screenHeight/2) - (windowHeight/2)
Kep = guiCreateStaticImage(x, y, 1680, 1050, \"Kep.png\", false)
Válaszokat előre is nagyon köszönöm!