Combined Coin Toss's "Set XXXXground color" into one

also renamed "Hit3" to "HitX"
This commit is contained in:
ThatZeoMan
2022-07-09 21:20:30 -05:00
parent 2128d8ae9e
commit f7c6cedc08
2 changed files with 14 additions and 7 deletions

View File

@ -32,7 +32,7 @@ namespace HeavenStudio.Games.Loaders
}),
new GameAction("kick", delegate { KarateMan.instance.Shoot(eventCaller.currentEntity.beat, 4); }, 4.5f),
new GameAction("combo", delegate { KarateMan.instance.Combo(eventCaller.currentEntity.beat); }, 4f),
new GameAction("hit3", delegate
new GameAction("hitX", delegate
{
var e = eventCaller.currentEntity;
switch ((KarateMan.HitThree)e.type)