Add function params in LEVEL_PACKS.md

This commit is contained in:
Wuzzy 2024-12-14 18:05:55 +01:00
parent 97da75d2f5
commit 4cf715a2e1

View File

@ -40,7 +40,7 @@ function `lzr_levels.register_level_pack`.
To register a level pack, you must call `lzr_levels.register_level_pack`. To register a level pack, you must call `lzr_levels.register_level_pack`.
The definition of this function is as follows: The definition of this function is as follows:
### `lzr_levels.register_level_pack` ### `lzr_levels.register_level_pack(name, info)`
Register a level pack. A level pack is a collection of levels that belong together. Register a level pack. A level pack is a collection of levels that belong together.
For this to work, the level-related data must be present in the locations defined at For this to work, the level-related data must be present in the locations defined at