Answer the question
In order to leave comments, you need to log in
Why does the application display crookedly in the Corona SDK simulator?
The application is displayed crookedly in the CORONA SDK simulator, but on the device everything is as it should :( why so, who can clarify?
local centerX = display.contentCenterX
local centerY = display.contentCenterY
local background = display.newImage ("glassbg.png", centerX, centerY, true)
local image01 = display.newImage( "moon.png", 160, 80 )
local image02 = display.newImage("moon.png")
image02.x = 160; image02.y = 200
image03 = display.newImage("moon.png" )
image03.x = 160; image03.y = 320
Answer the question
In order to leave comments, you need to log in
You are not using auto-scaling in crown. You need to use the display.newImageRect function. Also make sure you use letterbox in your config.lua file
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question