mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
51ea50ac68
commit
e0869897e3
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user