Hi everybody!
This is my first aprox to Corona SDK.
Probably for my inexperience, I have problem with te “device” size (1024x600) and my background image size (1024x768)
I create a new project with my specifications:
-
Custom screen size: W:1024 H: 600 (samsung tab size aporx)
-
Orientation: Sideways
My config file is like this:
content = {
width = 1024,
height = 600,
scale = “letterBox”,
fps = 30}
when I open my main.lua and resize my image to this resolution corona SDK display dont show me my size choice
background = display.newImageRect( “atomicbomb.jpg”, display.contentHeight , display.contentWidth )
See the attach File for see the image
Whats wrong? I think that is a simple thing…
Thanks in Advance