Normalize indentation in level_01.json

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Samuel Bouchet 2026-04-10 22:52:07 +02:00
parent 4afe20842e
commit e1218b3eaa

View file

@ -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 }
]
}