mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 22:17:38 +02:00
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:
@ -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>()
|
||||
|
Reference in New Issue
Block a user