Difficult-Rocket/docs/configes sample/planet.json
2020-12-12 22:04:27 +08:00

13 lines
292 B
JSON

{
"System name": {
"description": "xxx",
"planets": {
"planets xxx": {
"description": "xxx",
"gravity": "x.xx N/kg",
"radius": "xxx m",
"map_color": ["R", "G", "B"]
}
}
}
}