Difficult-Rocket/docs/configes sample/planet.json5

17 lines
272 B
Plaintext
Raw Normal View History

2020-12-12 22:04:27 +08:00
{
2021-01-25 12:22:55 +08:00
'System name': {
'description': 'xxx',
'planets': {
'planets xxx': {
'description': 'xxx',
'gravity': 'x.xx N/kg',
'radius': 'xxx m',
'map_color': [
'R',
'G',
'B'
]
}
2020-12-12 22:04:27 +08:00
}
2021-01-25 12:22:55 +08:00
}
2020-12-12 22:04:27 +08:00
}