Swing variable added to entities.

This commit is contained in:
Jenny Crowe
2022-02-24 07:12:19 -07:00
parent 72d55d887a
commit 8cb08ea8ec
3 changed files with 3 additions and 2 deletions

View File

@ -182,7 +182,7 @@ namespace RhythmHeavenMania
new GameAction("keep-up", delegate { }, 4f, true),
new GameAction("high kick-toe!", delegate { }, 3f, false, new List<Param>()
{
new Param("valA", new EntityTypes.Float(0, 1), "Swing")
new Param("swing", new EntityTypes.Float(0, 1), "Swing")
}),
}),
new Minigame("djSchool", "DJ School \n<color=#eb5454>[Non-Playable]</color>", "008c97", false, false, new List<GameAction>()