planetwars.dev/planetwars-matchrunner/maps/abc.json

26 lines
422 B
JSON
Raw Normal View History

2022-09-20 19:11:19 +00:00
{
"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
}
]
}