I read about using textures with force-two parameters in several places. What are the best practices with texture sizes when using Cocos2d?
Let's say mine MyTexture.png, but the size 100x100. Currently, I just use as-is texture and ignore non-two dimensions. It may be possible to adjust the texture size to 128x128, and then set contentSizeto 100x100.
source
share