fix spelling and grammar errors in release 1 games (#838)

This commit is contained in:
Kevin Kuhn
2024-04-08 14:44:05 -04:00
committed by GitHub
parent af217a23e9
commit 5f13626e72
16 changed files with 36 additions and 36 deletions

View File

@ -64,7 +64,7 @@ namespace HeavenStudio.Games.Loaders
new Param("toggle", true, "Darkness", "Toggle if the scene should be dark and the spotlights should appear."),
new Param("leftMost", false, "Leftmost Spotlight", "Toggle if the leftmost spotlight should be turned on or off."),
new Param("middleLeft", false, "Middle-Left Spotlight", "Toggle if the middle-left spotlight should be turned on or off."),
new Param("middleRight", false, "Middle-Light Spotlight", "Toggle if the middle-right spotlight should be turned on or off."),
new Param("middleRight", false, "Middle-Right Spotlight", "Toggle if the middle-right spotlight should be turned on or off."),
new Param("player", true, "Player Spotlight", "Toggle if the player's spotlight should be turned on or off."),
}
},