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

@ -24,8 +24,8 @@ namespace HeavenStudio.Games.Loaders
resizable = true,
parameters = new List<Param>()
{
new Param("bop", true, "Bop", "Toggle if the paddlers should bop for the duration of this event."),
new Param("bopAuto", false, "Bop (Auto)", "Toggle if the paddlers should automatically bop until another Bop event is reached.")
new Param("bop", true, "Bop", "Toggle if the hand should bop for the duration of this event."),
new Param("bopAuto", false, "Bop (Auto)", "Toggle if the hand should automatically bop until another Bop event is reached.")
}
},
new GameAction("re", "Re (レ)")
@ -64,7 +64,7 @@ namespace HeavenStudio.Games.Loaders
e["korean"] ? (int)PowerCalligraphy.CharacterType.face_kr : (int)PowerCalligraphy.CharacterType.face); },
parameters = new List<Param>()
{
new Param("korean", false, "Korean Version", "Change the character to Korean version. (つ3ニハ○○ムし)"),
new Param("korean", false, "Korean Version", "Change the character to the Korean version. (つ3ニハ○○ムし)"),
},
defaultLength = 12f,
},