Hello!
I want to create multiple levels for my breakout game. I found that layouts can be used for such levels.
My question is: can I use hundreds of layouts for this, or there is a better workaround for loading the next level of the game?
Thanks
Develop games in your browser. Powerful, performant & highly capable.
You can use however many layouts/levels you want, and just attach the same event sheet for your game logic to each layout.
IE one event sheet, many layouts/levels.
Thank you! More levels doesn't degrade the performance of the game? I mean 30-50 levels? It will be slower, than a same game with 3-5 levelst? Or it doesn't matter?
It doesn't matter layouts are loaded layout by layout
Great, thanks!