I have started working on a new project, a kind of side scroller.
However it doesn't use tiles, but a huge image file for the level background.
I was wondering what's the best way to handle this in Cocos.
Cut the background in 320x1024 pieces and use a tile map ?
Thanks.