I’m trying to position a ground (platform) exactly at the bottom of the device screen, but its position changes when I change the screen aspect ratio, as you can see in these images below:
I’ve already tried changing .contentHeight to .actualContentHeight, but it didn’t go as expected. I’ve also changed the content scale in config.lua file, but the game got completely deformed. How can I fix it?