mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 11:47:40 +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:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user