Reputation: 18149
I am developing for iPhone 4 retina display using Cocos2d.
Well, I enabled retina display, and I have only put -hd graphics in my project. But when I run the project, it tells me that the -hd files are not found!
Then, I, for the sake of testing, put non-hd versions in the project. And apparently I don't get the error anymore.
This is puzzling. Does it mean I am forced to have -hd and non-hd versions in all my retina-enabled projects?
Upvotes: 1
Views: 73
Reputation: 32066
Unless you change the implementation of CCFileUtils
, that is correct. It will constantly warn you that you are missing files.
Upvotes: 2