This commit is contained in:
Nick J. Connors 2022-01-09 16:39:50 -05:00
commit eb00d9589f

View File

@ -82,6 +82,7 @@ Your config file will look something like this:
``` ```
{ {
"name" : "Wetrock", "name" : "Wetrock",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"starSystem" : "SolarSystem", "starSystem" : "SolarSystem",
"Base" : "Base" :
{ {
@ -90,13 +91,6 @@ Your config file will look something like this:
"surfaceSize" : 101, "surfaceSize" : 101,
"surfaceGravity" : 12, "surfaceGravity" : 12,
"hasMapMarker" : true, "hasMapMarker" : true,
"lightTint" :
{
"r" : 255,
"g" : 255,
"b" : 255,
"a" : 255
}
}, },
"Orbit" : "Orbit" :
{ {