Correct the spelling and grammar of nightly games (#839)

* fix spelling and grammar errors in release 1 games

* fix nightly game text
This commit is contained in:
Kevin Kuhn
2024-04-08 14:44:27 -04:00
committed by GitHub
parent 5f13626e72
commit aec00710b1
10 changed files with 37 additions and 37 deletions

View File

@ -25,7 +25,7 @@ namespace HeavenStudio.Games.Loaders
parameters = new List<Param>()
{
new Param("toggle", true, "Bop", "Toggle if the alarm should bop for the duration of this event."),
new Param("auto", false, "Bop (Auto)", "Toggle if Dog Ninja should automatically bop until another Bop event is reached."),
new Param("auto", false, "Bop (Auto)", "Toggle if the alarm should automatically bop until another Bop event is reached."),
}
},
new GameAction("can", "Can")