add sandbox and lock input in other levels

This commit is contained in:
Crispy 2024-10-07 12:21:57 +02:00
parent bbe5ab0868
commit af66e68c5f
6 changed files with 21 additions and 2 deletions

10
levels/sandbox.json Normal file
View file

@ -0,0 +1,10 @@
{
"id": "sandbox",
"sort_order": 100000,
"name": "Sandbox",
"description": "make whatever you want here",
"is_sandbox": true,
"init_board": null,
"inputs": [],
"outputs": []
}