Merge branch 'megaminerjenny:master' into karate-man-event-merging

This commit is contained in:
Carson Kompon
2022-03-01 12:23:25 -05:00
committed by GitHub
9 changed files with 48 additions and 14 deletions

View File

@ -111,6 +111,13 @@ namespace RhythmHeavenMania
new Param("valB", new EntityTypes.Float(0, 1, 0), "End Opacity"),
new Param("ease", EasingFunction.Ease.Linear, "Ease")
} ),
new GameAction("toggle inputs", delegate
{
GameManager.instance.ToggleInputs(eventCaller.currentEntity.toggle);
}, 0.5f, true, new List<Param>()
{
new Param("toggle", true, "Enable Inputs")
}),
}),
new Minigame("countIn", "Count-Ins", "", false, true, new List<GameAction>()
{