Multisound + Combo miss animation

This commit is contained in:
Braedon
2022-01-20 20:24:30 -05:00
parent f2c33e041e
commit 4be18d954c
29 changed files with 3624 additions and 197 deletions

View File

@ -95,6 +95,7 @@ namespace RhythmHeavenMania
new GameAction("combo", delegate { KarateMan.instance.Combo(eventCaller.currentBeat); }, 4f, true),
new GameAction("bgfxon", delegate { KarateMan.instance.BGFXOn(); } ),
new GameAction("bgfxoff", delegate { KarateMan.instance.BGFXOff(); }),
new GameAction("hit3", delegate { KarateMan.instance.Hit3(eventCaller.currentBeat); }),
})
};
}