Hi, everyone. I am making a pong game and I am having some trouble with the second pong I am making. I want the game to be responsive to different devices so I gave the second pong an anchorX of 1, and tried placing it at the right edge using display.actualContentWidth. But, it is placed off screen. Why is this happening? The only reason I can think of is something with config.lua:
application = { content = { width = 800, height = 1200, scale = "letterBox", fps = 30, --[[imageSuffix = { ["@2x"] = 2, ["@4x"] = 4, }, --]] }, }