Hi,
I would like to make a game like Tiny Wings, and I have a question.
What is the best way to have a large World Level with a lot of stuff, I mean should I already allocate all the objects and giving a big size to my layout or create a normal size layout and adding objects programatically?
I ask this question because I have a CocoonJS performance issue and i'm thinking about a new way to display the game objects.
Thank you