Difficult-Rocket/docs/configes sample/planet.json5
2021-01-25 12:22:55 +08:00

17 lines
272 B
Plaintext

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