group levels into chapters

This commit is contained in:
Crispy 2024-12-22 16:39:40 +01:00
parent ff69b967dd
commit 42dfe4fac7
22 changed files with 236 additions and 210 deletions

View file

@ -1,6 +1,10 @@
{
"id": "sandbox",
"sort_order": 100000,
"name": "Sandbox",
"description": "make whatever you want here"
"title": "Sandbox",
"levels": [
{
"id": "sandbox",
"name": "Sandbox",
"description": "make whatever you want here"
}
]
}