hmmm
This commit is contained in:
parent
bd28077163
commit
7c7fb146f9
@ -3,7 +3,10 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"planets": {
|
"planets": {
|
||||||
"smearth": {
|
"smearth": {
|
||||||
|
"description": "",
|
||||||
|
"gravity": 9.81,
|
||||||
|
"radius": 63710000,
|
||||||
|
"map_color": [103, 157, 255]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
13
docs/configes sample/planet.json
Normal file
13
docs/configes sample/planet.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"System name": {
|
||||||
|
"description": "xxx",
|
||||||
|
"planets": {
|
||||||
|
"planets xxx": {
|
||||||
|
"description": "xxx",
|
||||||
|
"gravity": "x.xx N/kg",
|
||||||
|
"radius": "xxx m",
|
||||||
|
"map_color": ["R", "G", "B"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user