I am using three images in my project
a.png
a@2x.png
a@4x.png
and make setting in config.lua file
imageSuffix = {
["@2x"] = 2,
["@4x"] = 4,
}
It is not working for me. It loading only single a.png for iphone and ipad both , it is not load dynamic image as per device.
Please help anyone
Thanks. [import]uid: 220966 topic_id: 35627 reply_id: 335627[/import]