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

@ -61,7 +61,7 @@ namespace HeavenStudio.Games.Loaders
inactiveFunction = delegate { var e = eventCaller.currentEntity; FanClub.WarnBigReady(e.beat, e["toggle"]); },
preFunction = delegate { var e = eventCaller.currentEntity; FanClub.BigReadySound(e.beat, e["toggle"]); }
},
new GameAction("play idol animation", "Idol Coreography")
new GameAction("play idol animation", "Idol Choreography")
{
function = delegate { var e = eventCaller.currentEntity; FanClub.instance.PlayAnim(e.beat, e.length, e["type"], e["who"]); },
resizable = true,