Remove redundant sentence in LEVEL_PACKS.md

This commit is contained in:
Wuzzy 2024-12-14 18:07:19 +01:00
parent 4cf715a2e1
commit b49a49e621

View File

@ -42,9 +42,9 @@ The definition of this function is as follows:
### `lzr_levels.register_level_pack(name, info)` ### `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. For this to work, the level-related data must be present in the
For this to work, the level-related data must be present in the locations defined at locations defined at `level_data_file`, `schematic_path` and (optionally) `solutions_path`
`level_data_file`, `schematic_path` and (optionally) `solutions_path` described below. described below.
If successful, the level pack will appear in the game under the custom levels menu. If successful, the level pack will appear in the game under the custom levels menu.