Normalize indentation in level_01.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4afe20842e
commit
e1218b3eaa
1 changed files with 4 additions and 4 deletions
|
|
@ -5,14 +5,14 @@
|
|||
"width": 4,
|
||||
"height": 4,
|
||||
"productions": [
|
||||
{ "col": 0, "row": 0, "name": "Scierie", "cargo": "wood" }
|
||||
{ "col": 0, "row": 0, "name": "Scierie", "cargo": "wood" }
|
||||
],
|
||||
"demands": [
|
||||
{ "col": 3, "row": 0, "name": "Depot Royal", "cargo": "wood", "amount": 3, "deadline": 30 }
|
||||
{ "col": 3, "row": 0, "name": "Depot Royal", "cargo": "wood", "amount": 3, "deadline": 30 }
|
||||
],
|
||||
"walls": [],
|
||||
"stock": [
|
||||
{ "kind": "pawn", "count": 4 },
|
||||
{ "kind": "rook", "count": 2 }
|
||||
{ "kind": "pawn", "count": 4 },
|
||||
{ "kind": "rook", "count": 2 }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue