mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 22:27:38 +02:00
fix spelling and grammar errors in release 1 games (#838)
This commit is contained in:
@ -32,7 +32,7 @@ namespace HeavenStudio.Games.Loaders
|
||||
defaultLength = 2f,
|
||||
parameters = new List<Param>()
|
||||
{
|
||||
new Param("whereToSpawn", Fireworks.WhereToSpawn.Middle, "Side", "Choose the side this firework should spawn on."),
|
||||
new Param("whereToSpawn", Fireworks.WhereToSpawn.Middle, "Side", "Choose the side this sparkler should spawn on."),
|
||||
new Param("explosionType", Fireworks.ExplosionType.MixedCircular, "Pattern", "Choose the pattern that this sparkler should explode into."),
|
||||
new Param("applause", false, "Applause", "Toggle if applause should play if you successfully hit this cue."),
|
||||
new Param("offSet", new EntityTypes.Float(0, 4, 0), "Vertical Offset", "Choose the vertical offset for this sparkler."),
|
||||
|
Reference in New Issue
Block a user