I wanted to make my contents just stay in the middle for high res tablets so
I set the scale content method in config.lua to “none” but in the simulater it does not seem to work does this
not work in the device too?
I believe this is quite an important bug
application = {
content = {
width = 320,
height = 480,
scale = “none”,
fps = 30,
xAlign = “center”,
yAlign = “center”
}
},