I'm just starting out with cocos2d so maybe this is a stupid question :)
Is it possible to share a layer instance across multiple scenes? My use case is that I have a layer called BackgroundLayer that I want present in the Menu, Play, and Setting scenes. The reason I want to share it is that the BackgroundLayer is composed of various sprites that are positioned depending on some global state.
Thanks,
Vadim