From 7c7fb146f9d3dc79cfdf0143aebbc03b9a66210b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Sat, 12 Dec 2020 22:04:27 +0800 Subject: [PATCH] hmmm --- configs/planet.json | 5 ++++- docs/configes sample/planet.json | 13 +++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 docs/configes sample/planet.json diff --git a/configs/planet.json b/configs/planet.json index 28192dc..f34e878 100644 --- a/configs/planet.json +++ b/configs/planet.json @@ -3,7 +3,10 @@ "description": "", "planets": { "smearth": { - + "description": "", + "gravity": 9.81, + "radius": 63710000, + "map_color": [103, 157, 255] } } } diff --git a/docs/configes sample/planet.json b/docs/configes sample/planet.json new file mode 100644 index 0000000..2f9ea54 --- /dev/null +++ b/docs/configes sample/planet.json @@ -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"] + } + } + } +} \ No newline at end of file