diff --git a/NewHorizons/Schemas/title_screen_schema.json b/NewHorizons/Schemas/title_screen_schema.json index deb26804..73c04d38 100644 --- a/NewHorizons/Schemas/title_screen_schema.json +++ b/NewHorizons/Schemas/title_screen_schema.json @@ -38,7 +38,7 @@ }, "rotationSpeed": { "type": "number", - "description": "Changes the speed the main menu planet and the skybox rotates.", + "description": "Changes the speed the main menu planet and the skybox rotates. This is in degrees per second.", "format": "float" }, "MenuPlanet": { @@ -152,6 +152,11 @@ "items": { "$ref": "#/definitions/SimplifiedDetailInfo" } + }, + "rotationSpeed": { + "type": "number", + "description": "Changes the speed the main menu planet. This is in degrees per second.", + "format": "float" } } },