Hello,
This is my first time developing obj-c/cocos2d/game in general so bare with me.
I saw couple comments regarding splitting the layers to Game Layer + Control Layer + UI Layer, etc.
Right now, I have a GameScene and a GameLayer, and EVERYTHING is done in the GameLayer including user controls..... Is that a bad practice ??
Should I have split up the GameLayer ??