Am I correct in thinking that my sheets need to be layed out exactly the same for Corona to pick the right one?
What if I can’t do this?
Am I correct in thinking that my sheets need to be layed out exactly the same for Corona to pick the right one?
What if I can’t do this?
How can I get the name of the sheet it picked?
local sheetInfo = require( “test” )
local fName = “test.png”
local sheetImage = graphics.newImageSheet ( fName , sheetInfo:getSheet() )
?? which sheet did it pick test.png, test@2x.png test@4x.png ??
i got this to work, texture packer has a image filter option, that allows you to filter pre-scaled images into different image sheets.
How can I get the name of the sheet it picked?
local sheetInfo = require( “test” )
local fName = “test.png”
local sheetImage = graphics.newImageSheet ( fName , sheetInfo:getSheet() )
?? which sheet did it pick test.png, test@2x.png test@4x.png ??
i got this to work, texture packer has a image filter option, that allows you to filter pre-scaled images into different image sheets.