mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:27:39 +02:00
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:
@ -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")
|
||||
|
Reference in New Issue
Block a user