It looks like you're new here. If you want to get involved, click one of these buttons!
local image = Bitmap.new(Texture.new("box.png")) stage:addChild(image) print(stage:getWidth(), stage:getHeight(), application:getDeviceWidth(), application:getLogicalWidth()) |