Guides
📄️ Customize output
You might often want to modify the structure of generated levels, e.g. by adding a collider to a specific layer. Let's see how you can do that.
📄️ Using the API
You usually do not need to write any code to run the procedural generator. But sometimes, you might want extra control over the generator and writing a few lines of code might help you achieve your goals.
📄️ Rectangle generator
Rectangle generator is a generator made for creating rectangular rooms or levels with Frigga.
📄️ Custom generator
It is possible to implement a custom layout generator if you want to generate levels that are not officially supported. The benefit of that is that you can still leverage the whole Frigga framework and automatically apply a Theme after the layout is generated.