planetwars.dev/planetwars-matchrunner/maps/abc.json
2022-09-20 21:11:19 +02:00

26 lines
422 B
JSON

{
"planets": [
{
"name": "a",
"x": -3,
"y": 0,
"owner": 1,
"ship_count": 5
},
{
"name": "b",
"x": 0,
"y": 0,
"ship_count": 5
},
{
"name": "c",
"x": 3,
"y": 0,
"owner": 2,
"ship_count": 5
}
]
}