Merge branch 'multiple-fixes' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into multiple-fixes

This commit is contained in:
xen-42 2024-10-03 00:02:27 -04:00
commit 0a72177ac7

View File

@ -409,6 +409,11 @@
"description": "Maximum speed that your ship can go in the atmosphere where flames will appear at their brightest.", "description": "Maximum speed that your ship can go in the atmosphere where flames will appear at their brightest.",
"format": "float", "format": "float",
"default": 300.0 "default": 300.0
},
"allowShipAutoroll": {
"type": "boolean",
"description": "Will the ship automatically try to orient itself to face upwards while in this volume?",
"default": true
} }
} }
}, },
@ -3907,6 +3912,11 @@
"tint": { "tint": {
"description": "Tint of the water", "description": "Tint of the water",
"$ref": "#/definitions/MColor" "$ref": "#/definitions/MColor"
},
"allowShipAutoroll": {
"type": "boolean",
"description": "Will the ship automatically try to orient itself to face upwards while in this volume?",
"default": true
} }
} }
}, },