fix comment line spacing, add comments to first level

This commit is contained in:
Crispy 2025-03-29 00:48:14 +01:00
parent cd51c4b47a
commit ae42cd10a4
3 changed files with 18 additions and 6 deletions

View file

@ -5,7 +5,14 @@
"id": "output",
"name": "Zero",
"description": "learn how to output data",
"init_board": "\n o \n\n I\n\n",
"init_board": {
"comments": [
{ "text": "Welcome :3", "x": 3, "y": 0 },
{ "text": "< This is a marble,\n it will move down when you start the machine", "x": 3, "y": 2 },
{ "text": "< This is an input/output silo\n when a marble enters it, it disappears\n and the value it held is added to the level output", "x": 3, "y": 5 }
],
"grid": "\n\n o \n\n\n I\n\n\n"
},
"stages": [{
"input": [],
"output": [0]