Merge pull request #14 from Slaith12/main

Fixed bug causing space soccer to spam sfx when starting in the middle of it.
This commit is contained in:
Jenny Crowe
2022-02-27 01:53:16 -07:00
committed by GitHub
6 changed files with 311 additions and 240 deletions

View File

@ -257,7 +257,7 @@ namespace RhythmHeavenMania
new GameAction("keep-up", delegate { }, 4f, true),
new GameAction("high kick-toe!", delegate { }, 3f, false, new List<Param>()
{
new Param("swing", new EntityTypes.Float(0, 1), "Swing")
new Param("swing", new EntityTypes.Float(0, 1, 0.5f), "Swing")
}),
}),
new Minigame("djSchool", "DJ School", "008c97", false, false, new List<GameAction>()